aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-09-13 17:24:30 +0100
committerGitHub <noreply@github.com>2020-09-13 17:24:30 +0100
commit008aa51eb731c926df3c584fed8d7ccad1d8c94a (patch)
treebd74eb7b82b25e112989e9abae2bbd05414f0b94
parentb4edb7c90d82a8a3e1e542e0e5e26cb3a1f70a6a (diff)
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 9aeb0c42a..cf55f392d 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -1063,7 +1063,7 @@ namespace Emby.Server.Implementations
if (!Version.TryParse(manifest.Version, out var version))
{
- version = new Version("0.0.0.1");
+ version = new Version(0, 0, 0, 1);
}
if (targetAbi <= ApplicationVersion)