Browse Source

update urls

Luke Pulverenti 8 năm trước cách đây
mục cha
commit
0d39e041db
1 tập tin đã thay đổi với 5 bổ sung3 xóa
  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;
         }