Skip to content

Commit

Permalink
make sure rip cd rip -U works
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Vander Stichele committed Oct 5, 2014
1 parent b1d685f commit 01f07c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion morituri/rip/cd.py
Expand Up @@ -123,7 +123,8 @@ def do(self, args):
"full table's AR URL %s differs from toc AR URL %s" % (
self.itable.getAccurateRipURL(), self.ittoc.getAccurateRipURL())

self.program.metadata.discid = self.ittoc.getMusicBrainzDiscId()
if self.program.metadata:
self.program.metadata.discid = self.ittoc.getMusicBrainzDiscId()

# result

Expand Down

1 comment on commit 01f07c5

@robotmaxtron
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.