Compares two tracks for sorting based on skip frequency
Custom comparison function for array sorting that prioritizes tracks
by their recent skip count within the specified timeframe. Uses total
skip count as a secondary sort criterion when recent counts are equal.
Designed for use with Array.sort() to order tracks by skip frequency.
Compares two tracks for sorting based on skip frequency
Custom comparison function for array sorting that prioritizes tracks by their recent skip count within the specified timeframe. Uses total skip count as a secondary sort criterion when recent counts are equal.
Designed for use with Array.sort() to order tracks by skip frequency.
Source