fixed new item notifier

pull/702/head
Luke Pulverenti 11 years ago
parent 9c1e771af5
commit 5386aaa044

@ -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)
{ {

Loading…
Cancel
Save