Fix comment

This commit is contained in:
Samuel Mehrbrodt 2016-04-29 18:43:14 +02:00
parent d636461cbb
commit 48c5737bd1

View File

@ -315,7 +315,7 @@ class SongMediaItem(MediaManagerItem):
""" """
Display the song search results in the media manager list, grouped by book and entry Display the song search results in the media manager list, grouped by book and entry
:param search_results: A list of db SongBookEntry objects :param search_results: A tuple containing (songbook entry, book name, song title, song id)
:return: None :return: None
""" """
def get_songbook_key(result): def get_songbook_key(result):