1
0
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:
John Maguire 2011-11-03 14:54:43 +01:00
parent 940208a868
commit 0133bccf81

View File

@ -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"