From 3775c2e080db7b5b5755d5da2ee5484306a7c53a Mon Sep 17 00:00:00 2001 From: UK <41271523+NeloBlivion@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:45:29 +0000 Subject: [PATCH] Update src/views/Watch.vue Co-authored-by: Livia Medeiros --- src/views/Watch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Watch.vue b/src/views/Watch.vue index 357b32ed6..2a9da21e8 100644 --- a/src/views/Watch.vue +++ b/src/views/Watch.vue @@ -176,7 +176,7 @@ import WatchHighlights from "@/components/watch/WatchHighlights.vue"; import WatchToolBar from "@/components/watch/WatchToolbar.vue"; import WatchComments from "@/components/watch/WatchComments.vue"; import UploadScript from "@/components/tlscriptmanager/UploadScript.vue"; -import { decodeHTMLEntities, syncState, getYTLangFromState} from "@/utils/functions"; +import { decodeHTMLEntities, syncState, getYTLangFromState } from "@/utils/functions"; import { mapState } from "vuex"; import { mdiOpenInNew, mdiDockLeft, mdiThumbUp } from "@mdi/js";