mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
fixed app update notifications
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user