chore: Renaming of Trickplay -> TrickPlay and other cleanups (#130)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2024-11-08 08:52:34 +01:00 committed by GitHub
parent 556a33d613
commit 0b7b73134f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 58 additions and 71 deletions

View file

@ -475,7 +475,7 @@ class _DesktopControlsState extends ConsumerState<DesktopControls> {
const SizedBox(height: 4),
SizedBox(
height: 25,
child: ChapterProgressSlider(
child: VideoProgressBar(
wasPlayingChanged: (value) => wasPlaying = value,
wasPlaying: wasPlaying,
duration: mediaPlayback.duration,