mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-29 20:08:27 +01:00
make channel access opt-in rather than opt out
This commit is contained in:
@@ -275,11 +275,11 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
|
||||
try
|
||||
{
|
||||
Directory.Delete(path, true);
|
||||
_fileSystem.DeleteDirectory(path, true);
|
||||
}
|
||||
catch (IOException)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
var creator = GetPackageCreator();
|
||||
|
||||
Reference in New Issue
Block a user