Signed-off-by: Jonathan <theflametrooper@gmail.com>
@@ -612,7 +612,8 @@ class _StationsModule extends CoreClass {
songId: song.songId,
title: song.title,
artists: song.artists,
- duration: song.duration
+ duration: song.duration,
+ thumbnail: song.thumbnail
};
lessInfoPlaylist.push(newSong);
}
@@ -149,7 +149,7 @@ export default {
margin-bottom: 20px;
- .queue-item:not(:last-of-type) {
+ .queue-item {
margin-bottom: 10px;
@@ -636,6 +636,9 @@ export default {
},
beforeDestroy() {
+ /** Reset Songslist */
+ this.updateSongsList([]);
+
const shortcutNames = [
"station.pauseResume",
"station.skipStation",