AntennaPod/storage/database
ByteHamster 1505c50b1b
Fix sometimes not resetting media position (#7147)
Before 5218e06904, deleting an item
loaded its state from the database again. Now it stores the state
of that object. markItemPlayed() did not reset the object's playback
position, so when auto-delete was enabled, the position was overwritten again.
2024-04-28 23:56:23 +02:00
..
src Fix sometimes not resetting media position (#7147) 2024-04-28 23:56:23 +02:00
build.gradle CI tweaks (#7069) 2024-04-07 23:28:14 +02:00
README.md Move database to its own module 2022-02-27 19:47:41 +01:00

:storage:database

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