From 4dcf439811f4bc899e873b0816ce51e4399d03de Mon Sep 17 00:00:00 2001 From: Kenny <27463495+Frontesque@users.noreply.github.com> Date: Sat, 6 Aug 2022 11:34:48 -0400 Subject: [PATCH] wording changes --- NUXT/components/Player/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NUXT/components/Player/index.vue b/NUXT/components/Player/index.vue index 261f2397..a89a237d 100644 --- a/NUXT/components/Player/index.vue +++ b/NUXT/components/Player/index.vue @@ -687,7 +687,7 @@ export default { this.$vuetube.statusBar.hide(); this.isFullscreen = true; - //--- Fix pressing back button in fullscreen exiting the player ---// + //--- Fix pressing back button in fullscreen exiting the watch page ---// this.$vuetube.addBackAction(new backType( () => { this.exitFullscreen(true); }, () => { return this.isFullscreen; }