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