AntennaPod/storage/database/src
ByteHamster d3ec4139da
Fix random episodes section not being random (#7416)
We used "GROUP BY" without specifying which item in the group to take.
Apparently, SQLite then takes a deterministic item
instead of the first (randomly sorted) item.
2024-09-21 13:32:27 +02:00
..
main/java/de/danoeh/antennapod/storage/database Fix random episodes section not being random (#7416) 2024-09-21 13:32:27 +02:00
test Delete non-subscribed, non-interacted feeds earlier (#7399) 2024-09-14 11:46:39 +02:00