Really handle unknown on rip cd info. Really fixes #30.
This commit is contained in:
@@ -91,7 +91,7 @@ class _CD(logcommand.LogCommand):
|
||||
self.stdout.write('FreeDB identifies disc as %s\n' % cddbmd)
|
||||
|
||||
# also used by rip cd info
|
||||
if not self.options.get('unknown:', False):
|
||||
if not getattr(self.options, 'unknown', False):
|
||||
self.program.ejectDevice(self.device)
|
||||
return -1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user