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
|
navidrome
|
||||||
.get(credentials, `/rest/scrobble`, {
|
.get(credentials, `/rest/scrobble`, {
|
||||||
id,
|
id,
|
||||||
|
submission: false,
|
||||||
})
|
})
|
||||||
.then((_) => true)
|
.then((_) => true)
|
||||||
.catch(() => false),
|
.catch(() => false),
|
||||||
|
|||||||
@@ -2763,6 +2763,7 @@ describe("Navidrome", () => {
|
|||||||
params: asURLSearchParams({
|
params: asURLSearchParams({
|
||||||
...authParams,
|
...authParams,
|
||||||
id,
|
id,
|
||||||
|
submission: false,
|
||||||
}),
|
}),
|
||||||
headers,
|
headers,
|
||||||
});
|
});
|
||||||
@@ -2794,6 +2795,7 @@ describe("Navidrome", () => {
|
|||||||
params: asURLSearchParams({
|
params: asURLSearchParams({
|
||||||
...authParams,
|
...authParams,
|
||||||
id,
|
id,
|
||||||
|
submission: false,
|
||||||
}),
|
}),
|
||||||
headers,
|
headers,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user