Browse Source

Revert UPnP version to 1.0

Bond_009 3 years ago
parent
commit
181b2760b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jellyfin.Server/Startup.cs

+ 1 - 1
Jellyfin.Server/Startup.cs

@@ -109,7 +109,7 @@ namespace Jellyfin.Server
                     c.DefaultRequestHeaders.UserAgent.ParseAdd(
                         string.Format(
                             CultureInfo.InvariantCulture,
-                            "{0}/{1} UPnP/1.1 {2}/{3}",
+                            "{0}/{1} UPnP/1.0 {2}/{3}",
                             MediaBrowser.Common.System.OperatingSystem.Name,
                             Environment.OSVersion,
                             _serverApplicationHost.Name,