mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
debounce global search
This commit is contained in:
@@ -10,7 +10,8 @@ async function search(query) {
|
||||
state.search_tracks.value = json.songs;
|
||||
state.search_albums.value = json.albums;
|
||||
state.search_artists.value = json.artists;
|
||||
console.log(state.search);
|
||||
|
||||
console.log(state.search_tracks.value);
|
||||
}
|
||||
|
||||
export default search;
|
||||
Reference in New Issue
Block a user