Browse Source

fix: some issues on station page when using experimental listen mode

Kristian Vos 1 year ago
parent
commit
7993bda354
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/src/pages/Station/index.vue

+ 1 - 0
frontend/src/pages/Station/index.vue

@@ -884,6 +884,7 @@ const experimentalChangableListenModeChange = newMode => {
 		if (player.value) {
 			player.value.destroy();
 			player.value = null;
+			playerReady.value = false;
 		}
 	} else {
 		// Recreate the YouTube player