handle missing storyboard

Signed-off-by: Jesús <heckyel@hyperbola.info>
This commit is contained in:
zrose584
2022-01-17 00:49:49 +01:00
committed by Jesús
parent 63c92e0c4e
commit a5ef801c07
3 changed files with 6 additions and 4 deletions

View File

@@ -117,8 +117,8 @@
},
},
previewThumbnails: {
enabled: true,
src: [storyboard_url],
enabled: storyboard_url != null,
src: [storyboard_url],
},
settings: ['captions', 'quality', 'speed', 'loop'],
});