danielvijge / SqueezeCloud

SoundCloud plugin for Squeezebox
GNU General Public License v2.0
25 stars 11 forks source link

Direct SoundCloud URL no longer working #18

Closed danielvijge closed 7 years ago

danielvijge commented 7 years ago

A direct SoundCloud URL is no longer working. It uses the resolver API. However, this API does a 302 redirect to a HTTPS resource, which is not supported by the Perl library.

danielvijge commented 7 years ago

Fixed by 8a3a5176448bf73707e77f30adbfb3814d8fb400 Ugly fix because SimpleAsyncHTTP is completely copied. Need to rework it with correct inheritance/overriding at a later point