diff --git a/ChangeLog b/ChangeLog index 93539bf..82b2dc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-04-01 Thomas Vander Stichele + + patch by: Christophe Fergeau * TODO: diff --git a/morituri/common/program.py b/morituri/common/program.py index 0fa453f..f543b90 100644 --- a/morituri/common/program.py +++ b/morituri/common/program.py @@ -299,7 +299,7 @@ class Program(log.Loggable): "are not the same" % ( releaseTitle, i, metadata.releaseTitle)) - if (len(deltas.keys()) > 1): + if (not release and len(deltas.keys()) > 1): print print 'Picked closest match in duration.' print 'Others may be wrong in musicbrainz, please correct.'