Skip to content

Commit

Permalink
program: do not fetch 4 times MusicBrainz metadata
Browse files Browse the repository at this point in the history
ubitux committed Feb 14, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2367286 commit 1775c6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions morituri/common/program.py
Original file line number Diff line number Diff line change
@@ -305,6 +305,7 @@ def getMusicBrainz(self, ittoc, mbdiscid, release=None, country=None, prompt=Fal
metadatas = mbngs.musicbrainz(mbdiscid,
country=country,
record=self._record)
break
except mbngs.NotFoundException, e:
break
except musicbrainzngs.NetworkError, e:

0 comments on commit 1775c6a

Please sign in to comment.