add user agent to xmltv requests

This commit is contained in:
Luke Pulverenti 2016-12-04 16:31:05 -05:00
parent 401a6b8f4a
commit 0c7bde0aad
1 changed files with 3 additions and 1 deletions

View File

@ -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);