Use segmentDownloadService to download segments in MergedFfmpegHlsDownload

This commit is contained in:
0xb00bface 2021-12-26 12:33:04 +01:00
parent cfe8922b81
commit 1c8d338e1b
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ public class MergedFfmpegHlsDownload extends AbstractHlsDownload {
@Override
protected void execute(SegmentDownload segmentDownload) {
queue.add(downloadExecutor.submit(segmentDownload));
queue.add(segmentDownloadService.submit(segmentDownload));
}
@Override