mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
improve album tests
This commit is contained in:
@@ -13,7 +13,7 @@ const client = new SubsonicClient(
|
||||
);
|
||||
|
||||
for (const id of ["197", "199", "321"]) {
|
||||
const res = await client.get("download", { id });
|
||||
const { res } = await client.get("download", { id });
|
||||
|
||||
let filename = res.headers.get("Content-Disposition")
|
||||
?.split(";")[1];
|
||||
|
||||
Reference in New Issue
Block a user