fixed new item notifier

This commit is contained in:
Luke Pulverenti 2013-04-20 16:50:42 -04:00
parent 9c1e771af5
commit 5386aaa044

View File

@ -113,7 +113,7 @@ namespace MediaBrowser.ServerApplication.EntryPoints
{
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)
{