* morituri/common/program.py:

* morituri/rip/cd.py:
	  Always print MusicBrainz URL.
This commit is contained in:
Thomas Vander Stichele
2011-08-14 12:20:30 +00:00
parent d43860bdfb
commit 2273db764c
3 changed files with 9 additions and 2 deletions

View File

@@ -407,8 +407,7 @@ class Program(log.Loggable):
# Select one of the returned releases. We just pick the first one.
ret = metadatas[0]
else:
print 'Submit this disc to MusicBrainz at:'
print ittoc.getMusicBrainzSubmitURL()
print 'Submit this disc to MusicBrainz at the above URL.'
ret = None
print