diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-03-03 15:55:02 -0500 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-03-03 15:55:02 -0500 |
| commit | 014a66a8bd71dd5a5c7daa39e5b75786f4923b01 (patch) | |
| tree | 2525cd15e04d2acc6a888ef279e2c55d67bdab72 | |
| parent | 401b56c732f7b22bce844770f75fcddbcc803092 (diff) | |
Fix library explorer
| -rw-r--r-- | MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs b/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs index 2c07effde..ef4b8f162 100644 --- a/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs +++ b/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs @@ -44,6 +44,7 @@ namespace MediaBrowser.ServerApplication { _logger = logger; _jsonSerializer = jsonSerializer; + _libraryManager = libraryManager; InitializeComponent(); lblVersion.Content = "Version: " + appHost.ApplicationVersion; @@ -53,7 +54,6 @@ namespace MediaBrowser.ServerApplication ddlProfile.SelectedIndex = 0; ddlIndexBy.Visibility = ddlSortBy.Visibility = lblIndexBy.Visibility = lblSortBy.Visibility = Visibility.Hidden; - _libraryManager = libraryManager; } /// <summary> |
