mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 20:35:18 +02:00
Fix publisher sorting.
This commit is contained in:
parent
827144a7b1
commit
da810041ce
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ def refresh(self, sort_field, ascending):
|
|||
'''
|
||||
FIELDS = {'title' : 'sort',
|
||||
'authors': 'author_sort',
|
||||
'publisher': 'publisher_sort',
|
||||
'publisher': 'publisher',
|
||||
'size': 'size',
|
||||
'date': 'timestamp',
|
||||
'rating': 'rating'
|
||||
|
|
|
|||
Loading…
Reference in a new issue