diff options
Diffstat (limited to 'MediaBrowser.UI/App.xaml.cs')
| -rw-r--r-- | MediaBrowser.UI/App.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.UI/App.xaml.cs b/MediaBrowser.UI/App.xaml.cs index 16795b08a..f2eaeb152 100644 --- a/MediaBrowser.UI/App.xaml.cs +++ b/MediaBrowser.UI/App.xaml.cs @@ -263,7 +263,7 @@ namespace MediaBrowser.UI /// </summary> private void ShowApplicationWindow() { - var win = new MainWindow { }; + var win = new MainWindow(Logger); var config = UIKernel.Instance.Configuration; |
