1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-02-23 06:20:05 +00:00
This commit is contained in:
James Armstrong 2024-09-17 03:19:03 -07:00 committed by GitHub
parent 7e5d8978ae
commit 31380f2af9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')