From 96fd06f114761a86b079762fbdca7137886c52dc Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sat, 21 Oct 2023 05:04:02 +0900 Subject: [PATCH] fix(YouTube Music/Remember playback speed): change default value --- .../revanced/patches/music/video/speed/PlaybackSpeedPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/music/video/speed/PlaybackSpeedPatch.kt b/src/main/kotlin/app/revanced/patches/music/video/speed/PlaybackSpeedPatch.kt index 86ccd8139..3927f6a4a 100644 --- a/src/main/kotlin/app/revanced/patches/music/video/speed/PlaybackSpeedPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/video/speed/PlaybackSpeedPatch.kt @@ -65,7 +65,7 @@ object PlaybackSpeedPatch : BytecodePatch( SettingsPatch.addMusicPreference( CategoryType.VIDEO, "revanced_enable_save_playback_speed", - "false" + "true" ) context.updatePatchStatus("RememberPlaybackSpeed", false)