mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Fixed leftover whitespaces when parsing titles
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user