Преглед на файлове

add user agent to xmltv requests

Luke Pulverenti преди 8 години
родител
ревизия
0c7bde0aad
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs

+ 3 - 1
Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs

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