mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-02 18:34:39 -05:00
correct value for inLibrary
This commit is contained in:
@@ -143,7 +143,7 @@ object ProtoBackupImport : ProtoBackupBase() {
|
|||||||
|
|
||||||
it[initialized] = manga.description != null
|
it[initialized] = manga.description != null
|
||||||
|
|
||||||
it[inLibrary] = true
|
it[inLibrary] = manga.favorite
|
||||||
}.value
|
}.value
|
||||||
|
|
||||||
// insert chapter data
|
// insert chapter data
|
||||||
|
|||||||
Reference in New Issue
Block a user