mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-18 09:08:03 +00:00
adjust mbz user agent
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user