mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
swtiched back to 2 sizes for images
siwtched to Image for now to avoid double caching from FastImage
This commit is contained in:
@@ -120,6 +120,9 @@ export class SubsonicApiClient {
|
||||
|
||||
const params = new URLSearchParams()
|
||||
for (const key of keys) {
|
||||
if (obj[key] === undefined || obj[key] === null) {
|
||||
continue
|
||||
}
|
||||
params.append(key, String(obj[key]))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user