diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-17 00:24:10 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-17 00:24:10 -0400 |
| commit | c8e4889ac72b4b6fa01ffd0ccf293363ca5ce744 (patch) | |
| tree | d5e9f5400fc6282aeb0061280e0cfd6d51456c78 /MediaBrowser.ServerApplication/ApplicationHost.cs | |
| parent | 26aa47eefddf89a00ad64ab19af31b511142040d (diff) | |
add subtitle management page
Diffstat (limited to 'MediaBrowser.ServerApplication/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/ApplicationHost.cs b/MediaBrowser.ServerApplication/ApplicationHost.cs index ed264996b..831067a9e 100644 --- a/MediaBrowser.ServerApplication/ApplicationHost.cs +++ b/MediaBrowser.ServerApplication/ApplicationHost.cs @@ -537,7 +537,7 @@ namespace MediaBrowser.ServerApplication RegisterSingleInstance<IEncryptionManager>(new EncryptionManager()); - SubtitleManager = new SubtitleManager(LogManager.GetLogger("SubtitleManager"), FileSystemManager, LibraryMonitor); + SubtitleManager = new SubtitleManager(LogManager.GetLogger("SubtitleManager"), FileSystemManager, LibraryMonitor, LibraryManager, ItemRepository); RegisterSingleInstance(SubtitleManager); var displayPreferencesTask = Task.Run(async () => await ConfigureDisplayPreferencesRepositories().ConfigureAwait(false)); |
