mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-09 17:28:48 +01:00
make channel access opt-in rather than opt out
This commit is contained in:
@@ -210,10 +210,10 @@ namespace MediaBrowser.Api.Playback.Hls
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
try
|
||||
{
|
||||
File.Delete(file.FullName);
|
||||
FileSystem.DeleteFile(file.FullName);
|
||||
}
|
||||
catch (IOException ex)
|
||||
{
|
||||
|
||||
@@ -489,7 +489,7 @@ namespace MediaBrowser.Api.Playback.Hls
|
||||
{
|
||||
try
|
||||
{
|
||||
File.Delete(file.FullName);
|
||||
FileSystem.DeleteFile(file.FullName);
|
||||
}
|
||||
catch (IOException ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user