AntennaPod/core
Stephen Kitt 7ae3934794
Fix the smart shuffle spread calculation
We want to ensure that the total spread is divisible by all feed
sizes, so the modulo calculation needs to divide spread by the feed
size, not the other way round as is done currently.

In addition, this ensures the per-feed spread is never 0 (so the
degenerate case is equivalent to the old smart shuffle).

Signed-off-by: Stephen Kitt <steve@sk2.org>
2019-09-28 18:11:08 +02:00
..
src Fix the smart shuffle spread calculation 2019-09-28 18:11:08 +02:00
.gitignore
build.gradle Fixed core integration tests 2019-08-11 15:00:37 +02:00
proguard-rules.pro