fixed app update notifications

This commit is contained in:
LukePulverenti
2013-03-11 15:36:32 -04:00
parent f9e760cd90
commit ed3ffc6c27
2 changed files with 9 additions and 1 deletions

View File

@@ -581,6 +581,8 @@ namespace MediaBrowser.Common.Implementations
await PackageManager.InstallPackage(progress, package, cancellationToken).ConfigureAwait(false);
EventHelper.QueueEventIfNotNull(ApplicationUpdated, this, new GenericEventArgs<Version> { Argument = package.version }, Logger);
NotifyPendingRestart();
}
/// <summary>