mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 10:14:14 -04: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,
|
Url = url,
|
||||||
CancellationToken = cancellationToken,
|
CancellationToken = cancellationToken,
|
||||||
UserAgent = Environment.MachineName + "-" + Environment.UserName,
|
UserAgent = Environment.MachineName,
|
||||||
EnableResponseCache = true
|
EnableResponseCache = true
|
||||||
|
|
||||||
}).ConfigureAwait(false))
|
}).ConfigureAwait(false))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user