mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -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])
|
_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()
|
title = title.strip()
|
||||||
if order == 'strictly_alphabetic':
|
if order == 'strictly_alphabetic':
|
||||||
return title
|
return title
|
||||||
|
Loading…
x
Reference in New Issue
Block a user