Fixed whitespace when removing featArtists
This commit is contained in:
@ -45,6 +45,7 @@ def removeFeatures(title):
|
||||
if ")" in clean:
|
||||
tempTrack += clean[clean.find(")", pos + 1) + 1:]
|
||||
clean = tempTrack.strip()
|
||||
clean = ' '.join(clean.split())
|
||||
return clean
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user