This commit is contained in:
Kovid Goyal
2025-07-06 19:08:43 +05:30
+1 -1
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'
)
):