diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-14 18:44:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 18:44:29 +0100 |
| commit | e88d3ba8c2fd502ee159c0554467e9af064dfd1c (patch) | |
| tree | b4d1b989aca349efaccaaf9f379d04d55cd95693 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | f80e181eda2d1bb9348bb2b7e050e51d9948cb41 (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 4cb107f80..8eed609d4 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1082,7 +1082,7 @@ namespace Emby.Server.Implementations { metafile = dir.Split(new[] { Path.DirectorySeparatorChar }, StringSplitOptions.RemoveEmptyEntries)[^1]; // Add it under the path name and version 0.0.0.1. - versions.Add((new Version("0.0.0.1"), metafile, dir)); + versions.Add(new Version(0, 0, 0, 1), metafile, dir)); } } catch |
