Browse Source

fix: fixed issue where requested by could show for wrong person in queue sidebar

Kristian Vos 5 years ago
parent
commit
ffaec7b857
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/components/Sidebars/SongsList.vue

+ 2 - 2
frontend/components/Sidebars/SongsList.vue

@@ -37,8 +37,8 @@
 
 			<article
 				v-else
-				v-for="(song, index) in songsList"
-				:key="index"
+				v-for="song in songsList"
+				:key="song.songId"
 				class="media"
 			>
 				<div class="media-content">