mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Rendering playlist icon collage of 3x3 (#35)
This commit is contained in:
@@ -259,7 +259,9 @@ describe("scenarios", () => {
|
||||
bonob,
|
||||
bonobUrl,
|
||||
musicService,
|
||||
linkCodes
|
||||
{
|
||||
linkCodes: () => linkCodes
|
||||
}
|
||||
);
|
||||
|
||||
const sonosDriver = new SonosDriver(server, bonobUrl, bonob);
|
||||
@@ -275,7 +277,9 @@ describe("scenarios", () => {
|
||||
bonob,
|
||||
bonobUrl,
|
||||
musicService,
|
||||
linkCodes
|
||||
{
|
||||
linkCodes: () => linkCodes
|
||||
}
|
||||
);
|
||||
|
||||
const sonosDriver = new SonosDriver(server, bonobUrl, bonob);
|
||||
@@ -291,7 +295,9 @@ describe("scenarios", () => {
|
||||
bonob,
|
||||
bonobUrl,
|
||||
musicService,
|
||||
linkCodes
|
||||
{
|
||||
linkCodes: () => linkCodes
|
||||
}
|
||||
);
|
||||
|
||||
const sonosDriver = new SonosDriver(server, bonobUrl, bonob);
|
||||
|
||||
Reference in New Issue
Block a user