mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-14 08:42:10 +01:00
Use correct sync id (#1079)
This commit is contained in:
@@ -133,7 +133,7 @@ class TrackRecordsForTrackerIdDataLoader : KotlinDataLoader<Int, TrackRecordNode
|
|||||||
TrackRecordTable
|
TrackRecordTable
|
||||||
.select { TrackRecordTable.trackerId inList ids }
|
.select { TrackRecordTable.trackerId inList ids }
|
||||||
.map { TrackRecordType(it) }
|
.map { TrackRecordType(it) }
|
||||||
.groupBy { it.mangaId }
|
.groupBy { it.trackerId }
|
||||||
ids.map { (trackRecordsBySyncId[it] ?: emptyList()).toNodeList() }
|
ids.map { (trackRecordsBySyncId[it] ?: emptyList()).toNodeList() }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user