aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2018-12-16 23:35:07 -0500
committerGitHub <noreply@github.com>2018-12-16 23:35:07 -0500
commita8bce31a01225911b69f2c3b59a7397895f7b79b (patch)
tree9706016bc04c8b1b497173165d41972c502256d6 /Emby.Server.Implementations/ApplicationHost.cs
parent8e9485867bc207377af0e30cde206c1f9a37bc0d (diff)
parent5d0c0a8b7cf6696343f6c983b9d0f676cb9cd386 (diff)
Merge pull request #199 from jellyfin/develop
Master 3.5.2-3
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index db716894e..011f3a0fb 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<string, string> LoadValues()
{
Dictionary<string, string> values = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);