diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-15 12:17:09 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-15 12:17:09 -0500 |
| commit | 60213b2d3c2b03f088bb4668960b1c3a0a5ab8f6 (patch) | |
| tree | a5eec2e0908b3ec61bcdd5b0811c1d42953bd3b8 /MediaBrowser.ServerApplication/MainWindow.xaml.cs | |
| parent | 8b71ab2e7d81f315f729aaee5eb976d181b8909b (diff) | |
convert library explorer to win forms
Diffstat (limited to 'MediaBrowser.ServerApplication/MainWindow.xaml.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/MainWindow.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/MainWindow.xaml.cs b/MediaBrowser.ServerApplication/MainWindow.xaml.cs index 627150d81..9464c6272 100644 --- a/MediaBrowser.ServerApplication/MainWindow.xaml.cs +++ b/MediaBrowser.ServerApplication/MainWindow.xaml.cs @@ -231,7 +231,7 @@ namespace MediaBrowser.ServerApplication /// <param name="e">The <see cref="RoutedEventArgs" /> instance containing the event data.</param> private void cmOpenExplorer_click(object sender, RoutedEventArgs e) { - new LibraryExplorer(_jsonSerializer, _logger, _appHost, _userManager, _libraryManager, _displayPreferencesManager, _itemRepository).Show(); + new LibraryViewer(_jsonSerializer, _userManager, _libraryManager, _displayPreferencesManager, _itemRepository).Show(); } /// <summary> |
