mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 19:31:02 +01:00
Fix showing icons for Sky.fm and DI.
This commit is contained in:
parent
909827bff7
commit
940208a868
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user