Skip to content

Commit

Permalink
add extra speeds (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShadowOfHassen authored Sep 19, 2024
1 parent 741d090 commit b3e85c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/player/player_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import '../common/data/audio.dart';
import '../common/data/mpv_meta_data.dart';
import 'player_service.dart';

const rateValues = [1.0, 1.5, 2.0];
const rateValues = [.75, 1.0, 1.25, 1.5, 1.75, 2.0];

class PlayerModel extends SafeChangeNotifier {
final PlayerService _service;
Expand Down

0 comments on commit b3e85c8

Please sign in to comment.