fix(frontend): video preview click next or prev button subtitles not update #2410
This commit is contained in:
parent
6595d7140c
commit
6ddc6ecc96
@ -200,11 +200,11 @@ export default {
|
||||
isResizeEnabled() {
|
||||
return resizePreview;
|
||||
},
|
||||
subtitles(){
|
||||
subtitles() {
|
||||
if (this.req.subtitles) {
|
||||
return api.getSubtitlesURL(this.req);
|
||||
}
|
||||
return []
|
||||
return [];
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user