oops, thinko
This commit is contained in:
parent
3d195bf860
commit
7d88a930e9
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue