mirror of
https://github.com/5rahim/seanime
synced 2026-05-02 22:42:11 +02:00
The database may store some structs defined outside as bytes inside models.
To avoid circular dependencies, we define methods that directly convert these bytes to the required struct using the database to store/retrieve them.