Merge pull request #406 from vmx/fix-offset-find

Fix offset find command
This commit is contained in:
JoeLametta
2019-07-05 11:18:49 +02:00
committed by GitHub

View File

@@ -85,7 +85,8 @@ CD in the AccurateRip database."""
# first get the Table Of Contents of the CD
t = cdrdao.ReadTOCTask(device)
table = t.table
runner.run(t)
table = t.toc.table
logger.debug("CDDB disc id: %r", table.getCDDBDiscId())
try: