aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-02-20 16:00:36 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-02-20 16:00:36 -0500
commit0d39e041dbc6cb5782c626779280936677f15fa9 (patch)
tree14d97eda801c71aa86e7f5f8b42d610bc4e89cbc
parente7ebc598c894a0c491f6059b513a3d207595af5f (diff)
update urls
-rw-r--r--Emby.Server.Core/ApplicationHost.cs8
1 files changed, 5 insertions, 3 deletions
diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs
index a8866fc97..cfed8eb0b 100644
--- a/Emby.Server.Core/ApplicationHost.cs
+++ b/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;
}