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