Skip to content

Commit

Permalink
make headers optional?
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarner7 committed Sep 17, 2024
1 parent 730683f commit 4c49e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/api/subsonic/subsonic-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export const ssApiClient = (args: {

return {
body: response?.data,
headers: response.headers as any,
headers: response?.headers as any,
status: response?.status,
};
}
Expand Down

0 comments on commit 4c49e40

Please sign in to comment.