diff --git a/maloja/cleanup.py b/maloja/cleanup.py index 3e9c5b5..c552b35 100644 --- a/maloja/cleanup.py +++ b/maloja/cleanup.py @@ -55,7 +55,7 @@ class CleanerAgent: artists = list(set(artists)) artists.sort() - return (artists,title) + return (artists,title.strip()) def removespecial(self,s): if isinstance(s,list):