diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-14 20:57:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 20:57:49 +0100 |
| commit | 5baf87663f80a2e4f899b596d6f14aaa2f01687b (patch) | |
| tree | 8baeefc8aba510aa7ed0f50d618d91732e2fb4bd /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 02951bb8ce19f5487f2960c3a71fb23f870f9f9a (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 c4447770f..d4d3a1d3b 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1080,7 +1080,7 @@ namespace Emby.Server.Implementations } else { - metafile = dir.Split(new[] { Path.DirectorySeparatorChar }, StringSplitOptions.RemoveEmptyEntries)[^1]); + 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); } |
