mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
update built in studio images
This commit is contained in:
@@ -608,7 +608,7 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
_logger.ErrorException("Error in SendServerShutdownNotification.", ex);
|
||||
}
|
||||
|
||||
}));
|
||||
}, cancellationToken));
|
||||
|
||||
return Task.WhenAll(tasks);
|
||||
}
|
||||
@@ -633,7 +633,7 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
_logger.ErrorException("Error in SendServerRestartNotification.", ex);
|
||||
}
|
||||
|
||||
}));
|
||||
}, cancellationToken));
|
||||
|
||||
return Task.WhenAll(tasks);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user