more stringent verification of equivalence between tracks
This commit is contained in:
parent
039d8a7c0f
commit
7bf6f3669b
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ class PypoLiquidsoap():
|
|||
mi = row_id_map[i["row_id"]]
|
||||
correct = mi['start'] == i['start'] and \
|
||||
mi['end'] == i['end'] and \
|
||||
mi['row_id'] == i['row_id'] and \
|
||||
mi['replay_gain'] == i['replay_gain']
|
||||
|
||||
if not correct:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue