浏览代码

Fixed current/next song requestedBy not updating

Owen Diffey 3 年之前
父节点
当前提交
534f33a6a3
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"
 						/>