diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-14 21:02:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 21:02:13 +0100 |
| commit | a2c50e8005280887ad744739469cd64df13bfabb (patch) | |
| tree | 05b73a3a1a91187882b81ee68f0d60f7a9461d6e /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 5baf87663f80a2e4f899b596d6f14aaa2f01687b (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 d4d3a1d3b..83617111b 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 |
