mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-29 13:26:44 +01:00
make channel access opt-in rather than opt out
This commit is contained in:
@@ -183,7 +183,7 @@ namespace MediaBrowser.Providers.Manager
|
||||
currentFile.Attributes &= ~FileAttributes.Hidden;
|
||||
}
|
||||
|
||||
currentFile.Delete();
|
||||
_fileSystem.DeleteFile(currentFile.FullName);
|
||||
}
|
||||
}
|
||||
finally
|
||||
|
||||
@@ -349,7 +349,7 @@ namespace MediaBrowser.Providers.Manager
|
||||
currentFile.Attributes &= ~FileAttributes.Hidden;
|
||||
}
|
||||
|
||||
currentFile.Delete();
|
||||
_fileSystem.DeleteFile(currentFile.FullName);
|
||||
deleted = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user