diff --git a/tap_spotify/streams.py b/tap_spotify/streams.py index 50032e0..ec1f3be 100644 --- a/tap_spotify/streams.py +++ b/tap_spotify/streams.py @@ -202,7 +202,7 @@ class GlobalViralTracksDailyStream(_PlaylistTracksStream): class UserSavedTracksStream(_SyncedAtStream, SpotifyStream): """Define user saved tracks stream.""" - name = "user_saved_track_stream" + name = "user_saved_tracks_stream" path = "/me/tracks" primary_keys = ["id", "synced_at"] limit = 50