handle missing storyboard
Signed-off-by: Jesús <heckyel@hyperbola.info>
This commit is contained in:
@@ -117,8 +117,8 @@
|
||||
},
|
||||
},
|
||||
previewThumbnails: {
|
||||
enabled: true,
|
||||
src: [storyboard_url],
|
||||
enabled: storyboard_url != null,
|
||||
src: [storyboard_url],
|
||||
},
|
||||
settings: ['captions', 'quality', 'speed', 'loop'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user