Fix channels loading for DI.fm services after API domain changes (#6023)

This commit is contained in:
Pulfer 2018-03-11 04:35:09 +10:00 committed by John Maguire
parent c9d954f8a3
commit ddfa5e63f1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const char* DigitallyImportedClient::kAuthUrl =
"http://api.audioaddict.com/v1/%1/members/authenticate";
const char* DigitallyImportedClient::kChannelListUrl =
"http://api.v2.audioaddict.com/v1/%1/mobile/"
"http://api.audioaddict.com/v1/%1/mobile/"
"batch_update?asset_group_key=mobile_icons&stream_set_key=";
DigitallyImportedClient::DigitallyImportedClient(const QString& service_name,