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:
parent
8cb332b9fc
commit
e116690640
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user