AntennaPod/storage
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
..
database Fix random episodes section not being random (#7416) 2024-09-21 13:32:27 +02:00
importexport Spotbugs cleanup part 2 (#7204) 2024-06-09 20:47:49 +02:00
preferences Remove WiFi filter setting (#7406) 2024-09-14 11:22:32 +02:00
README.md

README.md

:storage

Data storage for podcast data (subscriptions, playback state) and settings (but not settings UI).