more stringent verification of equivalence between tracks
This commit is contained in:
parent
039d8a7c0f
commit
7bf6f3669b
|
@ -143,6 +143,7 @@ class PypoLiquidsoap():
|
||||||
mi = row_id_map[i["row_id"]]
|
mi = row_id_map[i["row_id"]]
|
||||||
correct = mi['start'] == i['start'] and \
|
correct = mi['start'] == i['start'] and \
|
||||||
mi['end'] == i['end'] and \
|
mi['end'] == i['end'] and \
|
||||||
|
mi['row_id'] == i['row_id'] and \
|
||||||
mi['replay_gain'] == i['replay_gain']
|
mi['replay_gain'] == i['replay_gain']
|
||||||
|
|
||||||
if not correct:
|
if not correct:
|
||||||
|
|
Loading…
Reference in New Issue