mirror of
https://github.com/NiciDieNase/chaosflix
synced 2025-02-16 21:18:23 +00:00
add Keep-Annotation to ProgressEventView
This commit is contained in:
parent
414f90ecad
commit
182f55ad20
1 changed files with 2 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
|||
package de.nicidienase.chaosflix.common.userdata.entities.progress
|
||||
|
||||
import androidx.annotation.Keep
|
||||
import androidx.room.ColumnInfo
|
||||
import androidx.room.Embedded
|
||||
import de.nicidienase.chaosflix.common.mediadata.entities.recording.persistence.Event
|
||||
|
||||
@Keep
|
||||
class ProgressEventView(
|
||||
val progress: Long,
|
||||
@ColumnInfo(name = "watch_date")
|
||||
|
|
Loading…
Add table
Reference in a new issue