Changes
1 changed files (+1/-1)
-
-
@@ -7,7 +7,7 @@ playlistpath = playlist[:playlist.rfind('/')]synced = set() for i in open(playlist).read().split('\n'): target = i[i.rfind('/') + 1:i.rfind('.')] + '.mp3' target = i[i.rfind('/') + 1:i.rfind('.')].encode('ascii', 'xmlcharrefreplace').decode() + '.mp3' synced.add(target) if i == '' or os.path.exists(target): continue
-