Update soma.fm to use https

This commit is contained in:
John Maguire 2015-10-06 17:44:54 +01:00
parent 86ce06e779
commit 8f84a53273
1 changed files with 2 additions and 2 deletions

View File

@ -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")) {}