mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-24 02:56:31 +00:00
make channel access opt-in rather than opt out
This commit is contained in:
@@ -258,7 +258,7 @@ namespace MediaBrowser.Server.Implementations.Collections
|
||||
{
|
||||
foreach (var file in shortcutFilesToDelete)
|
||||
{
|
||||
File.Delete(file);
|
||||
_fileSystem.DeleteFile(file);
|
||||
}
|
||||
|
||||
foreach (var child in list)
|
||||
|
||||
Reference in New Issue
Block a user