mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-22 02:18:45 -04:00
keeping the minimum playback video speed to zero
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
}
|
||||
|
||||
function decrease() {
|
||||
set_speed(common_speed - 0.10);
|
||||
set_speed(Math.max(common_speed - 0.10, 0.00));
|
||||
return common_speed;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user