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:
parent
ab3d4e4f21
commit
9def910924
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user