Update soma.fm to use https
This commit is contained in:
parent
86ce06e779
commit
8f84a53273
@ -262,5 +262,5 @@ void SomaFMServiceBase::ReloadSettings() {
|
||||
|
||||
SomaFMService::SomaFMService(Application* app, InternetModel* parent)
|
||||
: SomaFMServiceBase(
|
||||
app, parent, "SomaFM", QUrl("http://somafm.com/channels.xml"),
|
||||
QUrl("http://somafm.com"), QUrl(), QIcon(":providers/somafm.png")) {}
|
||||
app, parent, "SomaFM", QUrl("https://somafm.com/channels.xml"),
|
||||
QUrl("https://somafm.com"), QUrl(), QIcon(":providers/somafm.png")) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user