diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-14 20:52:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 20:52:18 +0100 |
| commit | 69c4b44d248367fb45019242ab95d68ef0eff7e3 (patch) | |
| tree | bf50ce65641d5e8128dbbedfa69311d2754958d8 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 51c416c83250988a20c2bd1c21a9fa4d528437a3 (diff) | |
Update ApplicationHost.cs
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 b9e2f5b67..3dce001c7 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)); } |
