damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
76 stars 4 forks source link

Fix crash due to missing `@Serializable` #400

Closed damontecres closed 1 week ago

damontecres commented 1 week ago

Each DataSupplierOverride must be explicitly marked with @Serializable following #399.

If not, the fragment using that override will crash when trying to restore.