mirror of
https://github.com/austinried/subtracks.git
synced 2026-03-28 23:32:42 +01:00
fix scrobbling too many times on shuffle
This commit is contained in:
@@ -30,6 +30,7 @@ const createService = async () => {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
state => state.currentTrack,
|
state => state.currentTrack,
|
||||||
|
(prev, next) => prev?.id === next?.id,
|
||||||
)
|
)
|
||||||
|
|
||||||
TrackPlayer.addEventListener(Event.RemoteStop, () => {
|
TrackPlayer.addEventListener(Event.RemoteStop, () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user