mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
added a notifications service
This commit is contained in:
@@ -134,7 +134,7 @@ namespace MediaBrowser.Api
|
||||
Task.Run(async () =>
|
||||
{
|
||||
await Task.Delay(100);
|
||||
_appHost.PerformPendingRestart();
|
||||
_appHost.Restart();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user