mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
Resolve linting issue on KoboController
This commit is contained in:
parent
a40e115c6a
commit
8fd9da2264
1 changed files with 4 additions and 1 deletions
|
|
@ -591,7 +591,10 @@ class KoboController(
|
|||
locations =
|
||||
R2Locator.Location(
|
||||
progression = koboUpdate.currentBookmark.contentSourceProgressPercent.toFloat() / 100,
|
||||
totalProgression = koboUpdate.currentBookmark.progressPercent?.toFloat()?.div(100),
|
||||
totalProgression =
|
||||
koboUpdate.currentBookmark.progressPercent
|
||||
?.toFloat()
|
||||
?.div(100),
|
||||
),
|
||||
)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue