mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Use MangaImpl defaults in Manga.create() (#7538)
This commit is contained in:
parent
e5eadb0261
commit
bdbe1c4d0f
1 changed files with 4 additions and 4 deletions
|
@ -133,11 +133,11 @@ data class Manga(
|
|||
title = "",
|
||||
source = -1L,
|
||||
favorite = false,
|
||||
lastUpdate = -1L,
|
||||
dateAdded = -1L,
|
||||
viewerFlags = -1L,
|
||||
lastUpdate = 0L,
|
||||
dateAdded = 0L,
|
||||
viewerFlags = 0L,
|
||||
chapterFlags = 0L,
|
||||
coverLastModified = -1L,
|
||||
coverLastModified = 0L,
|
||||
artist = null,
|
||||
author = null,
|
||||
description = null,
|
||||
|
|
Loading…
Reference in a new issue