Skip to content

Commit

Permalink
Fix: 1.25x missing from the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
itszechs committed Jun 21, 2022
1 parent 66c84be commit c8deae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class PlayerActivity : AppCompatActivity() {
private var onStopCalled = false

// Configs
private var speed = arrayOf("0.25x", "0.5x", "Normal", "1.5x", "2x")
private var speed = arrayOf("0.25x", "0.5x", "Normal", "1.25x", "1.5x", "2x")
private var orientation = Orientation.LANDSCAPE


Expand Down

0 comments on commit c8deae8

Please sign in to comment.