move some code

This commit is contained in:
simojenki
2025-02-15 11:34:59 +00:00
parent 0602e1f077
commit ddde55d02b
4 changed files with 125 additions and 26 deletions

View File

@@ -833,6 +833,7 @@ describe("SubsonicMusicLibrary", () => {
};
const subsonic = new SubsonicMusicLibrary(
// todo: this should be a mock...
new Subsonic(url, customPlayers),
{ username, password },
customPlayers as unknown as CustomPlayers