Fix showing icons for Sky.fm and DI.

This commit is contained in:
John Maguire 2011-11-03 11:51:52 +01:00
parent 909827bff7
commit 940208a868
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ void DigitallyImportedServiceBase::Init(
url_scheme_ = url_scheme;
icon_path_ = icon_path;
api_service_name_ = api_service_name;
icon_ = QIcon(icon_path_);
model()->player()->RegisterUrlHandler(url_handler_);
model()->global_search()->AddProvider(new DigitallyImportedSearchProvider(this, this));