mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-19 20:21:54 +00:00
Fix kitsu tracker
This commit is contained in:
parent
e99726e1d7
commit
896d69d4e9
3 changed files with 6 additions and 6 deletions
|
|
@ -520,6 +520,6 @@ class Kitsu extends _$Kitsu {
|
||||||
}
|
}
|
||||||
|
|
||||||
String? _toKitsuScore(int score) {
|
String? _toKitsuScore(int score) {
|
||||||
return score > 0 ? (score / 5).toString() : null;
|
return score > 0 ? (score * 2).toString() : null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -284,9 +284,9 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: d9091db
|
ref: "9d2d4a7"
|
||||||
resolved-ref: d9091db309b7d5727792a702e916310e69865cb2
|
resolved-ref: "9d2d4a79cb77d2274bedde98ac0f7bb63b013776"
|
||||||
url: "https://github.com/kodjodevf/dart_eval.git"
|
url: "https://github.com/ethanblake4/dart_eval.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.7.1"
|
version: "0.7.1"
|
||||||
dart_style:
|
dart_style:
|
||||||
|
|
|
||||||
|
|
@ -45,8 +45,8 @@ dependencies:
|
||||||
scrollable_positioned_list: ^0.3.5
|
scrollable_positioned_list: ^0.3.5
|
||||||
dart_eval:
|
dart_eval:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/kodjodevf/dart_eval.git
|
url: https://github.com/ethanblake4/dart_eval.git
|
||||||
ref: d9091db
|
ref: 9d2d4a7
|
||||||
json_path: ^0.6.2
|
json_path: ^0.6.2
|
||||||
bot_toast: ^4.1.3
|
bot_toast: ^4.1.3
|
||||||
flutter_web_auth_2: ^3.0.2
|
flutter_web_auth_2: ^3.0.2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue