diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-14 20:57:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 20:57:00 +0100 |
| commit | 02951bb8ce19f5487f2960c3a71fb23f870f9f9a (patch) | |
| tree | ba23ed34a70b04baf49bf1e015607b1935de7070 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 69c4b44d248367fb45019242ab95d68ef0eff7e3 (diff) | |
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
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 3dce001c7..c4447770f 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 |
