since the cached results have wrong (negative) relative for index > 01,
make sure we don't use the cache by upping the version
This commit is contained in:
@@ -168,7 +168,7 @@ class Table(object, log.Loggable):
|
||||
catalog = None # catalog number; FIXME: is this UPC ?
|
||||
cdtext = None
|
||||
|
||||
classVersion = 3
|
||||
classVersion = 4
|
||||
|
||||
def __init__(self, tracks=None):
|
||||
if not tracks:
|
||||
|
||||
Reference in New Issue
Block a user