diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-13 17:51:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-13 17:51:14 +0100 |
| commit | 107d606a7069e43bafacd0e8254631230219111f (patch) | |
| tree | 654283ee8d8c728bd21fa78098aa986a6f3af5ee /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 6c2c2cb872b0e98ff27d1cc8d664a185e63e39ac (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 ea4c77f3c..9540a879a 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1056,7 +1056,7 @@ namespace Emby.Server.Implementations { try { - var manifest = _jsonSerializer.DeserializeFromFile<PlugInManifest>(Path.Combine(dir, "meta.json"); + var manifest = _jsonSerializer.DeserializeFromFile<PlugInManifest>(Path.Combine(dir, "meta.json")); if (!Version.TryParse(manifest.TargetAbi, out var targetAbi)) { |
