* morituri/result/logger.py:
Fix for toctable->table * morituri/common/program.py: * morituri/rip/cd.py: Move lots of functionality to program module.
This commit is contained in:
@@ -64,7 +64,7 @@ class MorituriLogger(object):
|
||||
" Track | Start | Length")
|
||||
lines.append(
|
||||
" ------------------------------------------------")
|
||||
table = ripResult.toctable
|
||||
table = ripResult.table
|
||||
|
||||
|
||||
for t in table.tracks:
|
||||
|
||||
Reference in New Issue
Block a user