mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
fix: ensure fallback filler is looped for the duration of the stream block (#1329)
This commit is contained in:
committed by
GitHub
parent
b00a68a970
commit
c16b208362
@@ -87,6 +87,9 @@ export const debugFfmpegApiRouter: RouterPluginAsyncCallback = async (
|
||||
.getStream({ path: req.query.path });
|
||||
lineupItem = {
|
||||
duration: +dayjs.duration({ seconds: 30 }),
|
||||
contentDuration: +dayjs.duration({ seconds: 30 }),
|
||||
infiniteLoop: false,
|
||||
streamDuration: +dayjs.duration({ seconds: 30 }),
|
||||
externalKey: 'none',
|
||||
externalSource: 'emby',
|
||||
externalSourceId: 'none',
|
||||
|
||||
Reference in New Issue
Block a user