1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

QoL fixes

This commit is contained in:
Krateng
2018-12-21 19:13:24 +01:00
parent 30881099bf
commit d703e87851
5 changed files with 11 additions and 4 deletions

View File

@@ -25,6 +25,8 @@ class CleanerAgent:
(title,moreartists) = self.parseTitleForArtists(title)
artists += moreartists
artists.sort()
return (list(set(artists)),title)
def removespecial(self,s):