mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
Fix Tracking DisplayScore (#1461)
This commit is contained in:
@@ -127,7 +127,7 @@ class DisplayScoreForTrackRecordDataLoader : KotlinDataLoader<Int, String> {
|
||||
}
|
||||
|
||||
class DisplayScoreForTrackSearchDataLoader : KotlinDataLoader<Int, String> {
|
||||
override val dataLoaderName = "DisplayScoreForTrackRecordDataLoader"
|
||||
override val dataLoaderName = "DisplayScoreForTrackSearchDataLoader"
|
||||
|
||||
override fun getDataLoader(graphQLContext: GraphQLContext): DataLoader<Int, String> =
|
||||
DataLoaderFactory.newDataLoader<Int, String> { ids ->
|
||||
|
||||
@@ -19,7 +19,7 @@ class TrackSearch : Track {
|
||||
|
||||
override var total_chapters: Int = 0
|
||||
|
||||
override var score: Double = -1.0
|
||||
override var score: Double = 0.0
|
||||
|
||||
override var status: Int = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user