mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-17 07:36:37 +00:00
add user agent to xmltv requests
This commit is contained in:
@@ -77,7 +77,9 @@ namespace Emby.Server.Implementations.LiveTv.Listings
|
||||
|
||||
// It's going to come back gzipped regardless of this value
|
||||
// So we need to make sure the decompression method is set to gzip
|
||||
EnableHttpCompression = true
|
||||
EnableHttpCompression = true,
|
||||
|
||||
UserAgent = "Emby/3.0"
|
||||
|
||||
}).ConfigureAwait(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user