mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
update album play count
This commit is contained in:
parent
f82889e5ec
commit
96b4f8dd89
3 changed files with 39 additions and 6 deletions
|
|
@ -25,7 +25,7 @@ export const useSendScrobble = (options?: MutationOptions) => {
|
|||
// Manually increment the play count for the song in the queue if scrobble was submitted
|
||||
if (variables.query.submission) {
|
||||
incrementPlayCount([variables.query.id]);
|
||||
sendPlayEvent([variables.query.id]);
|
||||
sendPlayEvent(variables.query.id);
|
||||
}
|
||||
},
|
||||
...options,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue