mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Adding submission=true to scrobble call
This commit is contained in:
@@ -548,7 +548,7 @@ export class Navidrome implements MusicService {
|
||||
},
|
||||
scrobble: async (id: string) =>
|
||||
navidrome
|
||||
.post(credentials, `/rest/scrobble`, { id })
|
||||
.post(credentials, `/rest/scrobble`, { id, submission: true })
|
||||
.then((_) => true)
|
||||
.catch(() => false),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user