fix: subtitle

This commit is contained in:
Gabe
2025-10-12 11:51:41 +08:00
parent 3fda4d0da9
commit 7a36251d3f
2 changed files with 7 additions and 0 deletions

View File

@@ -394,6 +394,8 @@ class YouTubeCaptionProvider {
this.#destroyManager();
if (this.#enabled) {
this.#startManager();
} else {
this.#showNotification(this.#i18n("subtitle_data_is_ready"));
}
}