mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
fix(YouTube Music/Remember playback speed): change default value
This commit is contained in:
@ -65,7 +65,7 @@ object PlaybackSpeedPatch : BytecodePatch(
|
||||
SettingsPatch.addMusicPreference(
|
||||
CategoryType.VIDEO,
|
||||
"revanced_enable_save_playback_speed",
|
||||
"false"
|
||||
"true"
|
||||
)
|
||||
|
||||
context.updatePatchStatus("RememberPlaybackSpeed", false)
|
||||
|
Reference in New Issue
Block a user