feat: higher playback speed options

add 2.5x and 3x speed options
This commit is contained in:
edde746
2025-11-04 08:52:47 +01:00
parent 7efa96be74
commit f1a5493aeb
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1585,7 +1585,7 @@ class _PlexVideoControlsState extends State<PlexVideoControls>
final currentRate = snapshot.data ?? 1.0;
// Define available playback speeds
final speeds = [0.5, 0.75, 1.0, 1.25, 1.5, 2.0];
final speeds = [0.5, 0.75, 1.0, 1.25, 1.5, 2.0, 2.5, 3.0];
return SafeArea(
child: SizedBox(
+1
View File
@@ -44,6 +44,7 @@ flutter:
assets:
- lib/data/iso_639_codes.json
- assets/plezy.png
- assets/droid-sans.ttf
flutter_launcher_icons:
android: true