mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
bugfixes
- fixed image path for RNTP notification - fixed overwhelming number of promises/requests generated when scrolling through artists (could still delay loading those further...) - fixed spinner not spinning while artistInfo is fetched for image url
This commit is contained in:
@@ -23,6 +23,8 @@ export const createTrackPlayerMapSlice = (set: SetState<Store>, get: GetState<St
|
||||
}
|
||||
}
|
||||
|
||||
console.log(artwork)
|
||||
|
||||
return {
|
||||
id: song.id,
|
||||
title: song.title,
|
||||
|
||||
Reference in New Issue
Block a user