fix problem when not connected

This commit is contained in:
Thomas Vander Stichele
2009-06-07 22:49:19 +00:00
parent 644e67f105
commit 5652cee15e
2 changed files with 2 additions and 0 deletions

1
TODO
View File

@@ -22,3 +22,4 @@ TODO:
- persist RipResult so rips can be aborted and continued too; needs verification
of previously ripped files
- write moovida plugin
- cache results of MusicBrainz lookups

View File

@@ -98,6 +98,7 @@ class Rip(logcommand.LogCommand):
print "MusicBrainz disc id", mbdiscid
# look up disc on musicbrainz
metadatas = None
try:
metadatas = program.musicbrainz(mbdiscid)
except program.MusicBrainzException, e: