mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
make channel access opt-in rather than opt out
This commit is contained in:
@@ -248,7 +248,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
|
||||
protected virtual void DeleteFiles(EncodingJob job)
|
||||
{
|
||||
File.Delete(job.OutputFilePath);
|
||||
FileSystem.DeleteFile(job.OutputFilePath);
|
||||
}
|
||||
|
||||
private void OnTranscodeBeginning(EncodingJob job)
|
||||
|
||||
Reference in New Issue
Block a user