mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
refactor api client to use string method
hoping to use this for requestKey/deduping next
This commit is contained in:
@@ -298,7 +298,7 @@ export const createTrackPlayerSlice = (set: SetStore, get: GetStore): TrackPlaye
|
||||
}
|
||||
|
||||
try {
|
||||
await client.scrobble({ id })
|
||||
await client.fetch('scrobble', { id })
|
||||
} catch {}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user