Add radios

This commit is contained in:
Jonas Kvinge
2021-07-11 01:02:53 +02:00
parent d07aff9872
commit 09bbf1f4d7
65 changed files with 2363 additions and 45 deletions

View File

@@ -60,7 +60,7 @@ void InternetServices::RemoveService(InternetService *service) {
}
InternetService *InternetServices::ServiceBySource(const Song::Source source) {
InternetService *InternetServices::ServiceBySource(const Song::Source source) const {
if (services_.contains(source)) return services_.value(source);
return nullptr;