From 93f033dfcac95dc8c9bd61b3b6e9d79eea44aae5 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 1 Apr 2012 20:40:21 +0000 Subject: [PATCH] patch by: Christophe Fergeau + + 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.'