oops, thinko

This commit is contained in:
Neale Pickett 2022-08-21 20:27:51 -06:00
parent 3d195bf860
commit 7d88a930e9
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class Copier:
self.status["title"] = title
self.status["size"] = max_sector * 2048 # DVD sector size = 2048
obj["tracks"] = [(t["ix"], t["length"]) for t in self.collection]
self.status["tracks"] = [(t["ix"], t["length"]) for t in self.collection]
def copy(self, directory):