mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 11:28:27 +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
|
||||
|
||||
Reference in New Issue
Block a user