mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
added logging during app update, and IsHD
This commit is contained in:
@@ -586,6 +586,8 @@ namespace MediaBrowser.Common.Implementations
|
||||
/// <param name="newVersion">The new version.</param>
|
||||
protected void OnApplicationUpdated(Version newVersion)
|
||||
{
|
||||
Logger.Info("Application has been updated to version {0}", newVersion);
|
||||
|
||||
EventHelper.QueueEventIfNotNull(ApplicationUpdated, this, new GenericEventArgs<Version> { Argument = newVersion }, Logger);
|
||||
|
||||
NotifyPendingRestart();
|
||||
|
||||
Reference in New Issue
Block a user