Skip to content

Commit

Permalink
Little fix around SoundCloud streaming management...
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverYoCha committed Dec 4, 2015
1 parent 494069f commit 7d68e63
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -237,7 +237,7 @@ public StreamingProviderDataEntity getStreamingProviderDataFromUrl(
break;
case soundcloud:
entity = SoundcloudDataEntity.fromOembed(
getOembedEntityFromUrl("https://soundcloud.com/oembed?url=http://soundcloud.com/" +
getOembedEntityFromUrl("http://soundcloud.com/oembed?url=http://soundcloud.com/" +
streamingProvider.extractStreamingId(url) + "&format=json"));
break;
}
Expand Down

0 comments on commit 7d68e63

Please sign in to comment.