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:
Thomas Vander Stichele
2013-08-24 01:25:06 +02:00
parent ea9225a9de
commit abc03e8e43
2 changed files with 13 additions and 6 deletions

View File

@@ -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: