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
..
2022-02-27 19:47:41 +01:00

:storage

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