Luke Pulverenti 8 år sedan
förälder
incheckning
0d39e041db
1 ändrade filer med 5 tillägg och 3 borttagningar
  1. 5 3
      Emby.Server.Core/ApplicationHost.cs

+ 5 - 3
Emby.Server.Core/ApplicationHost.cs

@@ -811,9 +811,11 @@ namespace Emby.Server.Core
                 info.ArchiveType = "7z";
                 info.DownloadUrls = GetWindowsDownloadUrls();
             }
-
-            // No version available - user requirement
-            info.DownloadUrls = new string[] { };
+            else
+            {
+                // No version available - user requirement
+                info.DownloadUrls = new string[] { };
+            }
 
             return info;
         }