Sfoglia il codice sorgente

Possibly fixed songs not skipping locally in party stations

Owen Diffey 3 anni fa
parent
commit
076764fbc8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      frontend/src/components/Queue.vue

+ 1 - 1
frontend/src/components/Queue.vue

@@ -18,7 +18,7 @@
 			>
 				<song-item
 					v-for="(song, index) in queue"
-					:key="`key-${index}`"
+					:key="`queue-${index}`"
 					:song="song"
 					:requested-by="
 						station.type === 'community' &&