Simplify setup (#46)

This commit is contained in:
Ollie Taylor
2023-07-13 00:27:14 +01:00
committed by GitHub
parent 29ef65733e
commit d18b0c78d0
68 changed files with 1236 additions and 1470 deletions
@@ -0,0 +1,4 @@
import { user_preferences } from '../../../lib/user';
// Sets the playback speed to 150%
user_preferences.set_playback_rate(1.5);