Signed-off-by: Jonathan <theflametrooper@gmail.com>
@@ -18,7 +18,7 @@
>
<song-item
v-for="(song, index) in queue"
- :key="index + song.youtubeId"
+ :key="`key-${index}`"
:song="song"
:requested-by="
station.type === 'community' &&
@@ -2,6 +2,7 @@
<div
class="universal-item song-item"
:class="{ 'with-duration': duration }"
+ v-if="song"
<div class="thumbnail-and-info">
<song-thumbnail :class="{ large: largeThumbnail }" :song="song" />
@@ -1,5 +1,6 @@
<template>
<modal
+ v-if="station"
:title="
!isOwnerOrAdmin() && station.partyMode
? 'Add Song to Queue'