-
Notifications
You must be signed in to change notification settings - Fork 0
Reverse Doesn't Work #8
Copy link
Copy link
Open
Description
When you say get the neglected songs with the filter_by method using count, songs that should've been restricted by a timeslice setting are still there. For example, if you say 2015 songs only, then songs that are new from 2016+ are set to 0 - thus, they're returned by the method. Need to implement a way to only return songs that I listened during that year.
Reactions are currently unavailable