mangayomi-mirror/lib/modules/anime
NBA2K1 47f3296e9e Reduce Code Duplication in anime_player_view.dart
by extracting the helper methods `_seekTo()` and `_seekBy()`.
This also fixes a potential bug, where in line 1634 it was calculated
`skipDuration - _currentPosition.value.inSeconds` instead of the other way around.
That doesn't make sense. If currentPosition = 120 and skipDuration = 10, this becomes:
`_tempPosition = Duration(seconds: 10 - 120)`; so `= Duration(seconds: -110)`
A negative duration makes no sense as a UI indicator of a seek target.
2026-04-26 15:28:52 +02:00
..
providers Add multi-season support and split parse methods 2026-04-26 03:32:28 +02:00
widgets performance+ 2026-04-12 23:03:07 +02:00
anime_player_view.dart Reduce Code Duplication in anime_player_view.dart 2026-04-26 15:28:52 +02:00