add media streams back to library explorer

This commit is contained in:
Luke Pulverenti
2013-12-16 17:46:40 -05:00
parent cb9b570a2a
commit db945fda9b
4 changed files with 29 additions and 7 deletions

View File

@@ -116,7 +116,8 @@ namespace MediaBrowser.ServerApplication
var win = new MainWindow(host.LogManager, host,
host.ServerConfigurationManager, host.UserManager,
host.LibraryManager, host.JsonSerializer,
host.DisplayPreferencesRepository);
host.DisplayPreferencesRepository,
host.ItemRepository);
win.Show();