mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-01 01:44:34 -05: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