mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
6855d2e177
@ -104,7 +104,7 @@ def create_tag_class(category, fm):
|
|||||||
dt == 'text')
|
dt == 'text')
|
||||||
) and tweaks['categories_use_field_for_author_name'] == 'author_sort'
|
) and tweaks['categories_use_field_for_author_name'] == 'author_sort'
|
||||||
) or (
|
) or (
|
||||||
cat['datatype'] == 'series' and
|
dt == 'series' and
|
||||||
tweaks['categories_use_field_for_series_name'] == 'series_sort'
|
tweaks['categories_use_field_for_series_name'] == 'series_sort'
|
||||||
)
|
)
|
||||||
):
|
):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user