Comment 4 for bug 288510

Revision history for this message
Dan O'Reilly (oreilldf) wrote :

Try #2. I kept the SimpleManager around this time and just had it subclass ProviderHandler. I thought that this approach made sense since LyricsManager and CoverManager were both doing a lot of the same things and getting rid of SimpleManager would mean duplicating some code. If you'd rather the SimpleManager go away completely I can refactor as needed.