adjust mbz user agent

This commit is contained in:
Luke Pulverenti 2013-05-21 13:23:20 -04:00
parent 7859e449f6
commit f2bfcd4f36

View File

@ -220,7 +220,7 @@ namespace MediaBrowser.Controller.Providers.Music
{ {
Url = url, Url = url,
CancellationToken = cancellationToken, CancellationToken = cancellationToken,
UserAgent = Environment.MachineName + "-" + Environment.UserName, UserAgent = Environment.MachineName,
EnableResponseCache = true EnableResponseCache = true
}).ConfigureAwait(false)) }).ConfigureAwait(false))