fix subsonic / jellyfin filters

This commit is contained in:
jeffvli
2025-11-30 17:25:44 -08:00
parent c5c2b24a9d
commit 96acf759ff
8 changed files with 395 additions and 253 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ export const jfApiClient = (args: {
return {
body: response?.data,
headers: response?.headers as any,
status: response.status,
status: response?.status,
};
}
throw e;