diff --git a/src/App.tsx b/src/App.tsx index c85e1d5..0dc4660 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -48,14 +48,14 @@ function App() { const unlisten = appWindow.listen("queue_updated", (_) => { // console.log(event); invoke('get_queue').then((_songs) => { - let songs = _songs as any[] + let songs = _songs as any[]; setQueue( songs.filter((_, i) => i != 0).map((song, i) => ) ) @@ -126,7 +126,7 @@ function PlaylistHead({ playlists, setPlaylists, setViewName, setLibrary }: Play // console.log(song); return (