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() {
|
isResizeEnabled() {
|
||||||
return resizePreview;
|
return resizePreview;
|
||||||
},
|
},
|
||||||
subtitles(){
|
subtitles() {
|
||||||
if (this.req.subtitles) {
|
if (this.req.subtitles) {
|
||||||
return api.getSubtitlesURL(this.req);
|
return api.getSubtitlesURL(this.req);
|
||||||
}
|
}
|
||||||
return []
|
return [];
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user