patch by: Christophe Fergeau <cfergeau@redhat.com)
* morituri/common/program.py: When --release-id is used, we are not making guesses based on the CD lengths, so the message saying that we picked the closest match in duration, which can still trigger, is inappropriate.
This commit is contained in:
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user