mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-03 13:30:26 +01:00
Fix channels loading for DI.fm services after API domain changes (#6023)
This commit is contained in:
parent
c9d954f8a3
commit
ddfa5e63f1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user