Procházet zdrojové kódy

Possibly fixed songs not skipping locally in party stations

Owen Diffey před 3 roky
rodič
revize
076764fbc8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      frontend/src/components/Queue.vue

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

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