This commit is contained in:
Andreas Preikschat 2011-03-15 18:56:34 +01:00
parent 01efe60822
commit 441283c6a0

View File

@ -247,9 +247,9 @@ def retrieve_windows_encoding(recommendation=None):
def clean_song(manager, song): def clean_song(manager, song):
""" """
Cleans the serach title, rebuilds the serach lyrics, adds a default author Cleans the search title, rebuilds the serach lyrics, adds a default author
if the song does not have one and other clean ups. This should alsways if the song does not have one and other clean ups. This should always
called when a new song is added. called when a new song is added or changed.
``manager`` ``manager``
The song's manager. The song's manager.