Skip to content

Commit

Permalink
Updated API url for search to reflect changes in kavita 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KaitoKid authored and ACK72 committed Apr 20, 2024
1 parent 63f2fca commit 11deeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kavya/Search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function searchRequest(

if (excludeBookTypeLibrary) {
const request = App.createRequest({
url: `${kavitaAPI.url}/Library`,
url: `${kavitaAPI.url}/Library/libraries`,
method: 'GET'
});

Expand Down

0 comments on commit 11deeee

Please sign in to comment.