mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-20 15:02:07 +00:00
Redesign player view
This commit is contained in:
parent
cec964eeac
commit
54ddca104b
6 changed files with 540 additions and 369 deletions
|
|
@ -214,8 +214,8 @@
|
|||
"page_preload_amount_subtitle":"The amount of pages to preload when reading. Higher values will result in a smoother reading experience, at the cost of higher cache and network usage.",
|
||||
"image_loading_error":"This image couldn't be loaded",
|
||||
"add_episodes":"Add Episodes",
|
||||
"change_video_quality":"Change video quality",
|
||||
"change_video_subtitle":"Change video subtitle",
|
||||
"video_quality":"Video quality",
|
||||
"subtitle":"Subtitle",
|
||||
"check_for_extension_updates":"Check for extension updates",
|
||||
"auto_extensions_updates":"Auto extension updates",
|
||||
"auto_extensions_updates_subtitle":"Will automatically update the extension when a new version is available.",
|
||||
|
|
|
|||
|
|
@ -214,8 +214,8 @@
|
|||
"page_preload_amount_subtitle":"Le nombre de pages à précharger pendant la lecture. De plus grandes valeurs rendront la lecture plus fluide au coût d'un plus grand cache et d'une plus grande utilisation de données.",
|
||||
"image_loading_error":"L'image n'a pas pu être chargée",
|
||||
"add_episodes":"Ajouter Épisodes",
|
||||
"change_video_quality":"Changer de qualité video",
|
||||
"change_video_subtitle":"Changer de sous-titrage video",
|
||||
"video_quality":"Modifier la qualité de la video",
|
||||
"subtitle":"Changez la piste des sous-titres",
|
||||
"check_for_extension_updates":"Vérifier les mise à jour d'extensions",
|
||||
"auto_extensions_updates":"Mises à jour auto des extensions",
|
||||
"auto_extensions_updates_subtitle":"Mettra automatiquement à jour l'extension lorsqu'une nouvelle version est disponible.",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -457,7 +457,7 @@ class Kitsu extends _$Kitsu {
|
|||
|
||||
String _getUserId() {
|
||||
final track = ref.watch(tracksProvider(syncId: syncId));
|
||||
return json.decode(track!.prefs!)["userId"];
|
||||
return track!.username!;
|
||||
}
|
||||
|
||||
TrackStatus _getKitsuTrackStatus(String status) {
|
||||
|
|
|
|||
|
|
@ -849,10 +849,11 @@ packages:
|
|||
media_kit_video:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: media_kit_video
|
||||
sha256: c048d11a19e379aebbe810647636e3fc6d18374637e2ae12def4ff8a4b99a882
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
path: media_kit_video
|
||||
ref: e01d534
|
||||
resolved-ref: e01d5344135922289d38a709639a686d92d1a531
|
||||
url: "https://github.com/media-kit/media-kit.git"
|
||||
source: git
|
||||
version: "1.2.4"
|
||||
meta:
|
||||
dependency: transitive
|
||||
|
|
|
|||
|
|
@ -53,7 +53,11 @@ dependencies:
|
|||
encrypt: ^5.0.3
|
||||
js_packer: ^0.0.5
|
||||
media_kit: ^1.1.10+1
|
||||
media_kit_video: ^1.2.4
|
||||
media_kit_video:
|
||||
git:
|
||||
url: https://github.com/media-kit/media-kit.git
|
||||
path: media_kit_video
|
||||
ref: e01d534
|
||||
media_kit_libs_video: ^1.0.4
|
||||
crypto: ^3.0.3
|
||||
rinf: ^4.13.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue