mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
ff59581ac6
commit
30c9bd1143
@ -55,7 +55,7 @@ except:
|
||||
|
||||
_ignore_starts = u'\'"'+u''.join(unichr(x) for x in range(0x2018, 0x201e)+[0x2032, 0x2033])
|
||||
|
||||
def title_sort(title, order='library_order'):
|
||||
def title_sort(title, order=tweaks['title_series_sorting']):
|
||||
title = title.strip()
|
||||
if order == 'strictly_alphabetic':
|
||||
return title
|
||||
|
Loading…
x
Reference in New Issue
Block a user