1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-06-03 15:04:12 +00:00

switch title_sort to sort in api edit request

This commit is contained in:
James Armstong 2024-08-02 21:16:34 -07:00
parent ab3d4e4f21
commit 9def910924

View File

@ -224,7 +224,7 @@ $(function() {
}
if (title) loopThrough('title', title);
if (title_sort) loopThrough('title_sort', title_sort);
if (title_sort) loopThrough('sort', title_sort);
if (author_sort) loopThrough('author_sort', author_sort);
if (authors) loopThrough('authors', authors);
if (categories) loopThrough('tags', categories);