浏览代码

fixed new item notifier

Luke Pulverenti 12 年之前
父节点
当前提交
5386aaa044
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.ServerApplication/EntryPoints/NewItemNotifier.cs

+ 1 - 1
MediaBrowser.ServerApplication/EntryPoints/NewItemNotifier.cs

@@ -113,7 +113,7 @@ namespace MediaBrowser.ServerApplication.EntryPoints
             {
             {
                 Application.Current.Dispatcher.InvokeAsync(() =>
                 Application.Current.Dispatcher.InvokeAsync(() =>
                 {
                 {
-                    var window = (MainWindow)Application.Current.MainWindow;
+                    var window = Application.Current.Windows.OfType<MainWindow>().First();
 
 
                     window.Dispatcher.InvokeAsync(() => window.MbTaskbarIcon.ShowCustomBalloon(new ItemUpdateNotification(_logger)
                     window.Dispatcher.InvokeAsync(() => window.MbTaskbarIcon.ShowCustomBalloon(new ItemUpdateNotification(_logger)
                     {
                     {