fix(dl): delete old file after repackage (#114)

* fix(dl): delete old file after repackage

* fix(dl): using original_path instead of self.path in repackage method
This commit is contained in:
retouching
2024-06-03 17:57:26 +02:00
committed by GitHub
parent a95d32de9e
commit 09eda16882

View File

@@ -542,6 +542,7 @@ class Track:
else:
raise
original_path.unlink()
self.path = output_path