mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-12 23:32:19 +02:00
fix subsonic / jellyfin filters
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user