mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
minor refactors
This commit is contained in:
@@ -84,11 +84,6 @@ export default {
|
||||
}
|
||||
|
||||
.f-container .f-item:hover {
|
||||
transition: all 0.2s ease;
|
||||
background: #000000;
|
||||
background: no-repeat 8%/100% url(../../assets/icons/folder.svg),
|
||||
-webkit-linear-gradient(to bottom, #434343, #000000);
|
||||
background: no-repeat 8%/10% url(../../assets/icons/folder.svg),
|
||||
linear-gradient(to bottom, #434343, #000000);
|
||||
background-color: $blue;
|
||||
}
|
||||
</style>
|
||||
@@ -86,7 +86,6 @@ export default {
|
||||
const putCommas = perks.putCommas;
|
||||
|
||||
const updateQueue = async (song) => {
|
||||
console.log(song.artists.length);
|
||||
if (perks.queue.value[0]._id.$oid !== song_list.value[0]._id.$oid) {
|
||||
const queue = song_list.value;
|
||||
localStorage.setItem("queue", JSON.stringify(queue));
|
||||
|
||||
Reference in New Issue
Block a user