mirror of
https://github.com/janeczku/calibre-web
synced 2025-02-23 06:20:05 +00:00
fix typo
This commit is contained in:
parent
7e5d8978ae
commit
31380f2af9
@ -224,7 +224,7 @@ def edit_selected_books():
|
||||
selections = d.get('selections')
|
||||
title = d.get('title')
|
||||
title_sort = d.get('title_sort')
|
||||
author_sort = d.get('author_sortj')
|
||||
author_sort = d.get('author_sort')
|
||||
authors = d.get('authors')
|
||||
categories = d.get('categories')
|
||||
series = d.get('series')
|
||||
|
Loading…
x
Reference in New Issue
Block a user