etwuerschmidt / song-roulette

Spotipy and Slack integration for managing / analyzing a monthly collaborative playlist
2 stars 0 forks source link

get_month_tracks will return months from multiple years #14

Closed etwuerschmidt closed 5 years ago

etwuerschmidt commented 5 years ago

Year parameter needs to be added to this method to avoid multiple months of songs being returned (e.g. 7/2017, 7/2018, 7/2019)

etwuerschmidt commented 5 years ago

get_month_tracks now accepts a year parameter and returns only tracks from a given month/year.