we already get the version some other way
This commit is contained in:
@@ -133,7 +133,7 @@ class Program(log.Loggable):
|
||||
ptoc.persist(t.table)
|
||||
toc = ptoc.object
|
||||
assert toc.hasTOC()
|
||||
return (toc, version)
|
||||
return toc
|
||||
|
||||
def getTable(self, runner, cddbdiscid, mbdiscid, device):
|
||||
"""
|
||||
|
||||
@@ -69,7 +69,7 @@ class _CD(logcommand.LogCommand):
|
||||
self.program.unmountDevice(self.device)
|
||||
|
||||
# first, read the normal TOC, which is fast
|
||||
self.ittoc, version = self.program.getFastToc(self.runner,
|
||||
self.ittoc = self.program.getFastToc(self.runner,
|
||||
self.options.toc_pickle,
|
||||
self.device)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user