diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-13 17:24:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-13 17:24:30 +0100 |
| commit | 008aa51eb731c926df3c584fed8d7ccad1d8c94a (patch) | |
| tree | bd74eb7b82b25e112989e9abae2bbd05414f0b94 | |
| parent | b4edb7c90d82a8a3e1e542e0e5e26cb3a1f70a6a (diff) | |
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
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) |
