Comment 1 for bug 309235

Revision history for this message
Matt Layman (mblayman) wrote :

The Track object is exhibiting bad behavior. Track should not have its own internal LyricsDownloader to find lyrics. Because the LyricsDownloader is part of the Track object, that is what makes it so hard to test. Track will change with the new backend (eventually) and the object will be more sane. We'll need to decouple the LyricsDownloader and Track, but for now the unimplemented tests can be removed.