Adding submission=true to scrobble call

This commit is contained in:
simojenki
2021-03-17 18:51:48 +11:00
parent ec4453fac4
commit c9543be3e7
2 changed files with 3 additions and 1 deletions

View File

@@ -2185,6 +2185,7 @@ describe("Navidrome", () => {
expect(mockPOST).toHaveBeenCalledWith(`${url}/rest/scrobble`, {
params: {
id,
submission: true,
...authParams,
},
headers,
@@ -2216,6 +2217,7 @@ describe("Navidrome", () => {
expect(mockPOST).toHaveBeenCalledWith(`${url}/rest/scrobble`, {
params: {
id,
submission: true,
...authParams,
},
headers,