mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 19:31:02 +01:00
Fix typo in stream format string.
This commit is contained in:
parent
940208a868
commit
0133bccf81
@ -56,7 +56,7 @@ DigitallyImportedServiceBase::DigitallyImportedServiceBase(
|
||||
<< "http://listen.%1/public5/%2.asx";
|
||||
|
||||
premium_playlists_
|
||||
<< "http://listen.%1/premium_high/%3.pls?hash=%3"
|
||||
<< "http://listen.%1/premium_high/%2.pls?hash=%3"
|
||||
<< "http://listen.%1/premium_medium/%2.pls?hash=%3"
|
||||
<< "http://listen.%1/premium/%2.pls?hash=%3"
|
||||
<< "http://listen.%1/premium_wma_low/%2.asx?hash=%3"
|
||||
|
Loading…
Reference in New Issue
Block a user