diff --git a/tauon.py b/tauon.py index 79b235e85..50504143f 100644 --- a/tauon.py +++ b/tauon.py @@ -20701,6 +20701,8 @@ def save_format_b(self, track): cache_title = self.get_cache_title(track) + t = t.replace("\r", "") + f = open(os.path.join(self.store_b, cache_title), 'w') f.write(t) f.close()