Browse Source

Fixed current/next song requestedBy not updating

Owen Diffey 3 years ago
parent
commit
534f33a6a3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/src/components/SongItem.vue

+ 1 - 0
frontend/src/components/SongItem.vue

@@ -43,6 +43,7 @@
 					Requested by
 					<strong>
 						<user-id-to-username
+							:key="song._id"
 							:user-id="song.requestedBy"
 							:link="true"
 						/>