Skip to content

Commit

Permalink
Merge pull request #134 from ubitux/master
Browse files Browse the repository at this point in the history
program: do not fetch 4 times musicbrainz metadata
  • Loading branch information
JoeLametta authored Feb 15, 2017
2 parents 2367286 + 1775c6a commit c710859
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
Expand Up @@ -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:
Expand Down

0 comments on commit c710859

Please sign in to comment.