coding standards fix 2

This commit is contained in:
Chris Hill 2016-03-19 16:00:35 +00:00
parent 3db138ea8d
commit 5e33c05080

View File

@ -304,7 +304,7 @@ class SongMediaItem(MediaManagerItem):
log.debug('display results Book')
self.list_view.clear()
search_results = sorted(search_results, key=lambda songbook_entry: (
songbook_entry.songbook.name, self._natural_sort_key(songbook_entry.entry)))
songbook_entry.songbook.name, self._natural_sort_key(songbook_entry.entry)))
for songbook_entry in search_results:
if songbook_entry.song.temporary:
continue