fixed new item notifier
This commit is contained in:
parent
9c1e771af5
commit
5386aaa044
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user