mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
make channel access opt-in rather than opt out
This commit is contained in:
@@ -85,7 +85,7 @@ namespace MediaBrowser.Server.Implementations.FileOrganization
|
||||
_logger.Info("Requested to delete {0}", result.OriginalPath);
|
||||
try
|
||||
{
|
||||
File.Delete(result.OriginalPath);
|
||||
_fileSystem.DeleteFile(result.OriginalPath);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user