File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/main/java/eu/kanade/tachiyomi/data/backup/models Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ data class BackupAnime(
4343 // Aniyomi specific values
4444 @ProtoNumber(501 ) var fetchType : FetchType = FetchType .Episodes ,
4545 @ProtoNumber(502 ) var parentId : Long? = null ,
46- @ProtoNumber(503 ) var id : Long , // Used to associate seasons with parents. Do not use for anything else.
46+ @ProtoNumber(503 ) var id : Long? = null , // Used to associate seasons with parents. Do not use for anything else.
4747 @ProtoNumber(504 ) var seasonFlags : Long = 0 ,
48- @ProtoNumber(505 ) var seasonNumber : Double = 0 .0 ,
48+ @ProtoNumber(505 ) var seasonNumber : Double = - 1 .0 ,
4949 @ProtoNumber(506 ) var seasonSourceOrder : Long = 0 ,
5050) {
5151 fun getAnimeImpl (): Anime {
You can’t perform that action at this time.
0 commit comments