mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-11 23:04:33 -05:00
Fix Tracking DisplayScore (#1461)
This commit is contained in:
@@ -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