Describe the bug
Spotify playlist counts sometimes exceed the 50 limit I have configured; I see the logic working for properly for other playlists with the same configuration. I suspect there's some corner case when adding multiple spotify track results for a single reddit post...which probably shouldn't happen in the first place (see #6 ).
To Reproduce
Steps to reproduce the behavior:
Have a playlist with a number of tracks in less than limit
add x new tracks where initial count + x exceeds limit
Expected behavior
The limit number of track should be maintained always.
Update:
pip install "dj-beatcloud[levenshtein]<2.1.0" --pre
playlist_builder
Describe the bug Spotify playlist counts sometimes exceed the
50
limit I have configured; I see the logic working for properly for other playlists with the same configuration. I suspect there's some corner case when adding multiple spotify track results for a single reddit post...which probably shouldn't happen in the first place (see #6 ).To Reproduce Steps to reproduce the behavior:
limit
x
new tracks where initial count +x
exceeds limitExpected behavior The
limit
number of track should be maintained always.