Skip to content

Commit 427bcbc

Browse files
committed
revert 0.01 speed
- neither useful nor working - Closes: #35
1 parent 474615d commit 427bcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/schabi/newpipe/player/helper/PlaybackParameterDialog.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class PlaybackParameterDialog extends DialogFragment {
4444
private static final String TAG = "PlaybackParameterDialog";
4545

4646
// Minimum allowable range in ExoPlayer
47-
private static final double MIN_PITCH_OR_SPEED = 0.01f;
47+
private static final double MIN_PITCH_OR_SPEED = 0.1f;
4848
private static final double MAX_PITCH_OR_SPEED = 5.00f;
4949

5050
private static final boolean PITCH_CTRL_MODE_PERCENT = false;

0 commit comments

Comments
 (0)