diff --git a/src/App.vue b/src/App.vue index cd5f552..f48ac99 100644 --- a/src/App.vue +++ b/src/App.vue @@ -71,7 +71,7 @@ init() () const cues = ref([]) const currentText = ref('') const loadedUrl = ref('') -watch(() => props.videoUrl, async (url) => { +watch(() => props.subtitleUrl, async (url) => { if (!url || url === loadedUrl.value) return loadedUrl.value = url try {