mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-16 12:40:27 +01:00
make channel access opt-in rather than opt out
This commit is contained in:
@@ -1108,7 +1108,7 @@ namespace MediaBrowser.Providers.TV
|
||||
.EnumerateFiles("*.xml", SearchOption.AllDirectories)
|
||||
.ToList())
|
||||
{
|
||||
file.Delete();
|
||||
_fileSystem.DeleteFile(file.FullName);
|
||||
}
|
||||
}
|
||||
catch (DirectoryNotFoundException)
|
||||
|
||||
Reference in New Issue
Block a user