Skip to content

Commit

Permalink
Merge pull request #12 from itsZECHS/patch-1.25x-missing
Browse files Browse the repository at this point in the history
Fix: `1.25x` missing from the menu
  • Loading branch information
itszechs authored Jun 21, 2022
2 parents 66c84be + c8deae8 commit 6b2edde
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 6b2edde

Please sign in to comment.