mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-08 21:37:58 -05:00
Implement RecentlyPlayedView
This commit is contained in:
@@ -212,3 +212,7 @@ func CurrentUserSavedTracks(done func(status bool, err error)) (*LikedSongs, err
|
||||
return playlists, nil
|
||||
}
|
||||
}
|
||||
|
||||
func RecentlyPlayed() ([]spotify.RecentlyPlayedItem, error) {
|
||||
return Client.PlayerRecentlyPlayed(ctx())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user