File tree 2 files changed +3
-3
lines changed
soundcloud-api@/src/main/java/com/vpaliy/soundcloud
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ public interface Endpoints {
41
41
String ME_DEVICES = "me/devices" ;
42
42
String ME_FAVORITE_TRACK = "me/favorites/{id}" ;
43
43
String ME_FOLLOW = "me/followings/{id}" ;
44
- String ME_FAVORITE_TRACKS = "me/favorites" ;
45
- String ME_FOLLOWERS = "me/followings" ;
44
+ String ME_FAVORITE_TRACKS = "me/favorites" ;
45
+ String ME_FOLLOWERS = "me/followings" ;
46
46
47
47
String SUGGESTED_USERS = "users/suggested" ;
48
48
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ public interface SoundCloudService {
119
119
Single <List <ConnectionEntity >> fetchMyConnections ();
120
120
121
121
@ GET (Endpoints .ME_FOLLOWERS )
122
- Single <List <UserEntity >> fetchMyFollowings ();
122
+ Single <Page <UserEntity >> fetchMyFollowings ();
123
123
124
124
@ GET (Endpoints .ME_FAVORITE_TRACKS )
125
125
Single <List <TrackEntity >> fetchMyFavoriteTracks ();
You can’t perform that action at this time.
0 commit comments