Browse Source

update urls

Luke Pulverenti 8 years ago
parent
commit
0d39e041db
1 changed files with 5 additions and 3 deletions
  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;
         }