mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00

committed by
Ilya Grigorik

parent
27b6898be6
commit
427a19fb74
@@ -56,7 +56,7 @@ chrome.extension.sendMessage({}, function(response) {
|
||||
this.id = Math.random().toString(36).substr(2, 9);
|
||||
if (!tc.settings.rememberSpeed) {
|
||||
tc.settings.speed = 1.0;
|
||||
tc.settings.resetSpeed = 1.0;
|
||||
tc.settings.resetSpeed = tc.settings.fastSpeed;
|
||||
}
|
||||
this.initializeControls();
|
||||
|
||||
|
Reference in New Issue
Block a user