Skip to content

Commit 06f05a0

Browse files
authored
fix(jukeboxControl): allow passing multiple ids (#12)
1 parent b1d296d commit 06f05a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ export default class SubsonicAPI {
766766
| "set";
767767
index?: number;
768768
gain?: number;
769-
id?: string;
769+
id?: string | string[];
770770
offset?: number;
771771
}) {
772772
return this.#requestJSON<

0 commit comments

Comments
 (0)