Fixed bug in tags.py
authorSimeon Veldstra <reallifesim@gmail.com>
Sat, 14 Oct 2006 17:21:38 +0000 (10:21 -0700)
committersim <sim@pike.(none)>
Sat, 14 Oct 2006 17:21:38 +0000 (10:21 -0700)
commitcb8fdd7f026ecbac960ddb3fe174e40c8c90cc82
tree94476068cb18130444a7da6e6d60cf57cffc8949
parent337f4b45fa6ca4fd53fa7b71fa02925b47808b73
Fixed bug in tags.py
An attribute is referenced on an object returned from the eyeD3 module that
may in some cases be None. In this case an AttributeError exception is
raised.  Changed the reference to a getattr call with a default value.
mp3togo/__init__.py
mp3togo/tags.py