This commit is contained in:
Kovid Goyal 2025-07-06 19:08:43 +05:30
commit 6855d2e177
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -104,7 +104,7 @@ def create_tag_class(category, fm):
dt == 'text')
) and tweaks['categories_use_field_for_author_name'] == 'author_sort'
) or (
cat['datatype'] == 'series' and
dt == 'series' and
tweaks['categories_use_field_for_series_name'] == 'series_sort'
)
):