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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user