aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/App.xaml.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-16 17:46:40 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-16 17:46:40 -0500
commitdb945fda9b387eead16f39f8f0e0a0acd674a5ec (patch)
treec9319eaf35bdaf82ce548d9e6857b03f988fe98f /MediaBrowser.ServerApplication/App.xaml.cs
parentcb9b570a2a19463c16e4644b60a2916579a7806c (diff)
add media streams back to library explorer
Diffstat (limited to 'MediaBrowser.ServerApplication/App.xaml.cs')
-rw-r--r--MediaBrowser.ServerApplication/App.xaml.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/App.xaml.cs b/MediaBrowser.ServerApplication/App.xaml.cs
index 50bf02deb..839841620 100644
--- a/MediaBrowser.ServerApplication/App.xaml.cs
+++ b/MediaBrowser.ServerApplication/App.xaml.cs
@@ -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();