Skip to content

Commit

Permalink
mopidy#65 fix wrong function call
Browse files Browse the repository at this point in the history
  • Loading branch information
prayerslayer committed Jan 19, 2016
1 parent 2a5f563 commit 5373b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopidy_soundcloud/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def lookup(self, uri):
return self.backend.remote.get_user_liked()

if 'soundcloud:directory:following' in uri:
return self.list_user_follows()
return self.backend.remote.get_followings()

if 'soundcloud:directory:sets' in uri:
set_id = uri[len('soundcloud:directory:sets/'):]
Expand Down

0 comments on commit 5373b36

Please sign in to comment.