mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 06:52:43 +01:00
impl async storage for extra queue data
finally fixes shuffle (ugh)
This commit is contained in:
@@ -135,10 +135,10 @@ const ProgressState = () => {
|
||||
}
|
||||
|
||||
const Debug = () => {
|
||||
const value = useAtomValue(currentTrackAtom)
|
||||
const value = useAtomValue(queueAtom)
|
||||
|
||||
useEffect(() => {
|
||||
// ToastAndroid.show(value?.title || 'undefined', 1)
|
||||
console.log(value.map(t => t.title))
|
||||
}, [value])
|
||||
|
||||
return <></>
|
||||
|
||||
Reference in New Issue
Block a user