mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-24 18:26:10 +00:00
update hls params
This commit is contained in:
parent
b68e10c23c
commit
c9be9b4141
13 changed files with 107 additions and 178 deletions
|
|
@ -242,7 +242,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
|
||||
private void OnTranscodeBeginning(EncodingJob job)
|
||||
{
|
||||
job.ReportTranscodingProgress(null, null, null, null);
|
||||
job.ReportTranscodingProgress(null, null, null, null, null);
|
||||
}
|
||||
|
||||
private void OnTranscodeFailedToStart(string path, EncodingJob job)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue