mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
make channel access opt-in rather than opt out
This commit is contained in:
@@ -348,7 +348,7 @@ namespace MediaBrowser.Api.Library
|
||||
|
||||
try
|
||||
{
|
||||
Directory.Delete(path, true);
|
||||
_fileSystem.DeleteDirectory(path, true);
|
||||
|
||||
// Need to add a delay here or directory watchers may still pick up the changes
|
||||
var delayTask = Task.Delay(1000);
|
||||
|
||||
Reference in New Issue
Block a user