From 1775c6a8ecf70d685a64d10658ea7018941490a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sun, 12 Feb 2017 22:59:22 +0100 Subject: [PATCH] program: do not fetch 4 times MusicBrainz metadata --- morituri/common/program.py | 1 + 1 file changed, 1 insertion(+) diff --git a/morituri/common/program.py b/morituri/common/program.py index 2729507..5de9d14 100644 --- a/morituri/common/program.py +++ b/morituri/common/program.py @@ -305,6 +305,7 @@ class Program: metadatas = mbngs.musicbrainz(mbdiscid, country=country, record=self._record) + break except mbngs.NotFoundException, e: break except musicbrainzngs.NetworkError, e: