mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-26 03:04:53 +00:00
make channel access opt-in rather than opt out
This commit is contained in:
parent
f552174069
commit
d8d5dd4873
72 changed files with 399 additions and 241 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue