@@ -36,7 +36,7 @@
|
||||
|
||||
const char *SomaFMService::kApiChannelsUrl = "https://somafm.com/channels.json";
|
||||
|
||||
SomaFMService::SomaFMService(Application *app, NetworkAccessManager *network, QObject *parent)
|
||||
SomaFMService::SomaFMService(Application *app, SharedPtr<NetworkAccessManager> network, QObject *parent)
|
||||
: RadioService(Song::Source::SomaFM, "SomaFM", IconLoader::Load("somafm"), app, network, parent) {}
|
||||
|
||||
SomaFMService::~SomaFMService() {
|
||||
|
||||
Reference in New Issue
Block a user