Skip to content

audioscrobbler: Don't break https:// URLS

Sam Thursfield requested to merge sam/lastfm-uri-fix into master

These days last.fm APIs return us https:// URLs, however, the code to open these links was turning them into http://https:// URLs. This resulted in them not working at all.

Merge request reports