mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-19 10:05:30 +01:00
Replace commas in album names with spaces rather than removing them.
This commit is contained in:
@@ -646,7 +646,7 @@ def searchTorrent(albumid=None, new=False, losslessOnly=False):
|
||||
except TypeError:
|
||||
year = ''
|
||||
|
||||
dic = {'...':'', ' & ':' ', ' = ': ' ', '?':'', '$':'s', ' + ':' ', '"':'', ',':'', '*':''}
|
||||
dic = {'...':'', ' & ':' ', ' = ': ' ', '?':'', '$':'s', ' + ':' ', '"':'', ',':' ', '*':''}
|
||||
|
||||
semi_cleanalbum = helpers.replace_all(albums[1], dic)
|
||||
cleanalbum = helpers.latinToAscii(semi_cleanalbum)
|
||||
|
||||
Reference in New Issue
Block a user