AntennaPod/storage/database
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
..
src Fix random episodes section not being random (#7416) 2024-09-21 13:32:27 +02:00
README.md Move database to its own module 2022-02-27 19:47:41 +01:00
build.gradle CI tweaks (#7069) 2024-04-07 23:28:14 +02:00

README.md

:storage:database

AntennaPod's main database, containing subscriptions and playback state (but not user settings).