From 7792a9a9aff84ed57569fd527839c3647725bb72 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Sat, 15 Dec 2018 16:30:38 +0100 Subject: Fix resource load crash --- Emby.Server.Implementations/ApplicationHost.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Emby.Server.Implementations/ApplicationHost.cs') diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index db716894ee..011f3a0fba 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -2531,6 +2531,7 @@ namespace Emby.Server.Implementations return null; } + // TODO: @bond Remove? private Dictionary LoadValues() { Dictionary values = new Dictionary(StringComparer.OrdinalIgnoreCase); -- cgit v1.2.3