mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
client: fix sending multiple requests
on songlist click
This commit is contained in:
@@ -19,7 +19,6 @@ const getQueue = async (type, id) => {
|
||||
}
|
||||
|
||||
const data = await res.json();
|
||||
localStorage.setItem("queue", JSON.stringify(data.songs));
|
||||
|
||||
return data.songs;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user