mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
QoL fixes
This commit is contained in:
@@ -25,6 +25,8 @@ class CleanerAgent:
|
||||
(title,moreartists) = self.parseTitleForArtists(title)
|
||||
artists += moreartists
|
||||
|
||||
artists.sort()
|
||||
|
||||
return (list(set(artists)),title)
|
||||
|
||||
def removespecial(self,s):
|
||||
|
||||
Reference in New Issue
Block a user