Sfoglia il codice sorgente

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

Kristian Vos 2 anni fa
parent
commit
7993bda354
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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