Skip to content

Commit

Permalink
Fix: Update to new api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Mar 26, 2014
1 parent 08ba4bf commit b6ebcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopidy_soundcloud/soundcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_explore(self, query_explore_id=None):
web_tracks = self._get(
'explore/%s?tag=%s&limit=%s&offset=0&linked_partitioning=1' %
(urn, quote_plus(explore.get('tag')), self.explore_songs),
'api-web'
'api-v2'
)
tracks = []
for track in web_tracks.get('tracks'):
Expand Down

0 comments on commit b6ebcde

Please sign in to comment.