mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
fix directory watchers not picking up changes
This commit is contained in:
@@ -199,8 +199,6 @@ namespace MediaBrowser.ServerApplication
|
||||
{
|
||||
await base.RunStartupTasks().ConfigureAwait(false);
|
||||
|
||||
DirectoryWatchers.Start();
|
||||
|
||||
Logger.Info("Core startup complete");
|
||||
|
||||
Parallel.ForEach(GetExports<IServerEntryPoint>(), entryPoint =>
|
||||
|
||||
Reference in New Issue
Block a user