Browse Source

Possibly fixed songs not skipping locally in party stations

Owen Diffey 3 years ago
parent
commit
076764fbc8
1 changed files with 1 additions and 1 deletions
  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' &&