forked from openlp/openlp
coding standards fix 2
This commit is contained in:
parent
3db138ea8d
commit
5e33c05080
@ -304,7 +304,7 @@ class SongMediaItem(MediaManagerItem):
|
|||||||
log.debug('display results Book')
|
log.debug('display results Book')
|
||||||
self.list_view.clear()
|
self.list_view.clear()
|
||||||
search_results = sorted(search_results, key=lambda songbook_entry: (
|
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:
|
for songbook_entry in search_results:
|
||||||
if songbook_entry.song.temporary:
|
if songbook_entry.song.temporary:
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user