diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-13 17:24:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-13 17:24:02 +0100 |
| commit | b4edb7c90d82a8a3e1e542e0e5e26cb3a1f70a6a (patch) | |
| tree | 2a85db6e8fc0eafc3adf3633327b7937b31db857 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 5f58d2c15183736098ca9e4cb7397ea9fb75d5d1 (diff) | |
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -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 7f1741939..9aeb0c42a 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1058,7 +1058,7 @@ namespace Emby.Server.Implementations if (!Version.TryParse(manifest.TargetAbi, out var targetAbi)) { - targetAbi = new Version("0.0.0.1"); + targetAbi = new Version(0, 0, 0, 1); } if (!Version.TryParse(manifest.Version, out var version)) |
