fix(frontend): video preview click next or prev button subtitles not update #2410

This commit is contained in:
uliian 2023-04-28 18:19:06 +08:00
parent 6595d7140c
commit 6ddc6ecc96

View File

@ -200,11 +200,11 @@ export default {
isResizeEnabled() {
return resizePreview;
},
subtitles(){
subtitles() {
if (this.req.subtitles) {
return api.getSubtitlesURL(this.req);
return api.getSubtitlesURL(this.req);
}
return []
return [];
},
},
watch: {