mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
adjust mbz user agent
This commit is contained in:
parent
7859e449f6
commit
f2bfcd4f36
@ -220,7 +220,7 @@ namespace MediaBrowser.Controller.Providers.Music
|
||||
{
|
||||
Url = url,
|
||||
CancellationToken = cancellationToken,
|
||||
UserAgent = Environment.MachineName + "-" + Environment.UserName,
|
||||
UserAgent = Environment.MachineName,
|
||||
EnableResponseCache = true
|
||||
|
||||
}).ConfigureAwait(false))
|
||||
|
Loading…
Reference in New Issue
Block a user