mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix publisher sorting.
This commit is contained in:
parent
827144a7b1
commit
da810041ce
@ -646,7 +646,7 @@ class LibraryDatabase(object):
|
||||
'''
|
||||
FIELDS = {'title' : 'sort',
|
||||
'authors': 'author_sort',
|
||||
'publisher': 'publisher_sort',
|
||||
'publisher': 'publisher',
|
||||
'size': 'size',
|
||||
'date': 'timestamp',
|
||||
'rating': 'rating'
|
||||
|
Loading…
x
Reference in New Issue
Block a user