Make getFastToc() fast again.
Broken since #345 was merged. Signed-off-by: Andreas Oberritter <obi@saftware.de>
This commit is contained in:
@@ -96,7 +96,7 @@ class Program:
|
|||||||
logger.warning('cdrdao older than 1.2.3 has a pre-gap length bug.'
|
logger.warning('cdrdao older than 1.2.3 has a pre-gap length bug.'
|
||||||
' See http://sourceforge.net/tracker/?func=detail&aid=604751&group_id=2171&atid=102171') # noqa: E501
|
' See http://sourceforge.net/tracker/?func=detail&aid=604751&group_id=2171&atid=102171') # noqa: E501
|
||||||
|
|
||||||
t = cdrdao.ReadTOCTask(device)
|
t = cdrdao.ReadTOCTask(device, fast_toc=True)
|
||||||
runner.run(t)
|
runner.run(t)
|
||||||
toc = t.toc.table
|
toc = t.toc.table
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user