From 7049ad66f47f4de3a62e0cc10ca8911f1dc454a7 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 4 Jun 2014 22:32:40 -0400 Subject: added library grouping settings. --- .../Localization/LocalizationManager.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Implementations/Localization/LocalizationManager.cs') diff --git a/MediaBrowser.Server.Implementations/Localization/LocalizationManager.cs b/MediaBrowser.Server.Implementations/Localization/LocalizationManager.cs index 1888d14fd..b16ae87d4 100644 --- a/MediaBrowser.Server.Implementations/Localization/LocalizationManager.cs +++ b/MediaBrowser.Server.Implementations/Localization/LocalizationManager.cs @@ -37,9 +37,11 @@ namespace MediaBrowser.Server.Implementations.Localization private readonly IJsonSerializer _jsonSerializer; /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The configuration manager. + /// The file system. + /// The json serializer. public LocalizationManager(IServerConfigurationManager configurationManager, IFileSystem fileSystem, IJsonSerializer jsonSerializer) { _configurationManager = configurationManager; -- cgit v1.2.3