mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
Implement fuzzy page search using fuse.js (#86)
This commit is contained in:
@@ -24,7 +24,7 @@ export default function play(
|
||||
store = store as typeof folder;
|
||||
const f = store();
|
||||
|
||||
useQueue.playFromFolder(f.path, f.tracks);
|
||||
useQueue.playFromFolder(f.path, f.allTracks);
|
||||
useQueue.play();
|
||||
break;
|
||||
case playSources.album:
|
||||
@@ -35,7 +35,7 @@ export default function play(
|
||||
a_store.info.title,
|
||||
a_store.info.artist,
|
||||
a_store.info.hash,
|
||||
a_store.tracks
|
||||
a_store.allTracks
|
||||
);
|
||||
useQueue.play();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user