diff --git a/README-template.md b/README-template.md index 9b2102645..17b1d878d 100644 --- a/README-template.md +++ b/README-template.md @@ -51,8 +51,8 @@ Example: "versions": [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] } ], diff --git a/src/main/kotlin/app/revanced/patches/music/account/component/MenuComponentPatch.kt b/src/main/kotlin/app/revanced/patches/music/account/component/MenuComponentPatch.kt index 154a9c95b..ebdf36818 100644 --- a/src/main/kotlin/app/revanced/patches/music/account/component/MenuComponentPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/account/component/MenuComponentPatch.kt @@ -31,8 +31,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/account/handle/HideHandlePatch.kt b/src/main/kotlin/app/revanced/patches/music/account/handle/HideHandlePatch.kt index 7e9360401..82eacd919 100644 --- a/src/main/kotlin/app/revanced/patches/music/account/handle/HideHandlePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/account/handle/HideHandlePatch.kt @@ -33,8 +33,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/account/tos/TermsContainerPatch.kt b/src/main/kotlin/app/revanced/patches/music/account/tos/TermsContainerPatch.kt index b217bc4b2..317d338fe 100644 --- a/src/main/kotlin/app/revanced/patches/music/account/tos/TermsContainerPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/account/tos/TermsContainerPatch.kt @@ -33,8 +33,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction35c [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/actionbar/downloadbuttonhook/DownloadButtonHookPatch.kt b/src/main/kotlin/app/revanced/patches/music/actionbar/downloadbuttonhook/DownloadButtonHookPatch.kt index bc46ae154..f13ae0842 100644 --- a/src/main/kotlin/app/revanced/patches/music/actionbar/downloadbuttonhook/DownloadButtonHookPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/actionbar/downloadbuttonhook/DownloadButtonHookPatch.kt @@ -25,8 +25,8 @@ import app.revanced.util.enum.CategoryType [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/actionbar/label/ActionBarLabelPatch.kt b/src/main/kotlin/app/revanced/patches/music/actionbar/label/ActionBarLabelPatch.kt index cbc40af04..b01548e56 100644 --- a/src/main/kotlin/app/revanced/patches/music/actionbar/label/ActionBarLabelPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/actionbar/label/ActionBarLabelPatch.kt @@ -28,8 +28,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/actionbar/radio/HideRadioButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/actionbar/radio/HideRadioButtonPatch.kt index a5c500065..670698830 100644 --- a/src/main/kotlin/app/revanced/patches/music/actionbar/radio/HideRadioButtonPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/actionbar/radio/HideRadioButtonPatch.kt @@ -21,8 +21,8 @@ import app.revanced.util.enum.CategoryType [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/ads/music/MusicAdsPatch.kt b/src/main/kotlin/app/revanced/patches/music/ads/music/MusicAdsPatch.kt index 856b1cc64..cccac16c4 100644 --- a/src/main/kotlin/app/revanced/patches/music/ads/music/MusicAdsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/ads/music/MusicAdsPatch.kt @@ -23,8 +23,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/compactdialog/CompactDialogPatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/compactdialog/CompactDialogPatch.kt index 1f8a7036b..2ea820216 100644 --- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/compactdialog/CompactDialogPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/compactdialog/CompactDialogPatch.kt @@ -26,8 +26,8 @@ import app.revanced.util.integrations.Constants.MUSIC_FLYOUT [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt index 48d56c3d9..3aa19b247 100644 --- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt @@ -32,8 +32,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/playbackspeed/PlaybackSpeedPatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/playbackspeed/PlaybackSpeedPatch.kt index 5c2c88da5..07e887dcd 100644 --- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/playbackspeed/PlaybackSpeedPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/playbackspeed/PlaybackSpeedPatch.kt @@ -23,8 +23,8 @@ import app.revanced.util.enum.CategoryType [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/replace/ReplaceDismissQueuePatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/replace/ReplaceDismissQueuePatch.kt index f96f0b44c..044898b6b 100644 --- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/replace/ReplaceDismissQueuePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/replace/ReplaceDismissQueuePatch.kt @@ -30,8 +30,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/sleeptimer/SleepTimerPatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/sleeptimer/SleepTimerPatch.kt index 1de160695..01a0f7833 100644 --- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/sleeptimer/SleepTimerPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/sleeptimer/SleepTimerPatch.kt @@ -23,8 +23,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/amoled/AmoledPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/amoled/AmoledPatch.kt index 7c140597b..d4540e8a9 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/amoled/AmoledPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/amoled/AmoledPatch.kt @@ -18,8 +18,8 @@ import org.w3c.dom.Element [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/general/autocaptions/DisableAutoCaptionsPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/autocaptions/DisableAutoCaptionsPatch.kt index f9870b7df..d24dfa113 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/autocaptions/DisableAutoCaptionsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/autocaptions/DisableAutoCaptionsPatch.kt @@ -23,8 +23,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconMMTPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconMMTPatch.kt index f27604174..09902932b 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconMMTPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconMMTPatch.kt @@ -16,8 +16,8 @@ import app.revanced.util.resources.IconHelper.customIconMusicAdditional [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyBluePatch.kt b/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyBluePatch.kt index a426c2972..58a036171 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyBluePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyBluePatch.kt @@ -15,8 +15,8 @@ import app.revanced.util.resources.IconHelper.customIconMusic [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyRedPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyRedPatch.kt index 05b25939e..900470aa9 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyRedPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyRedPatch.kt @@ -15,8 +15,8 @@ import app.revanced.util.resources.IconHelper.customIconMusic [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/general/branding/name/CustomBrandingNamePatch.kt b/src/main/kotlin/app/revanced/patches/music/general/branding/name/CustomBrandingNamePatch.kt index 8e865c5bb..56ece1400 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/branding/name/CustomBrandingNamePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/branding/name/CustomBrandingNamePatch.kt @@ -17,8 +17,8 @@ import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.stringPatc [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/buttonshelf/HideButtonShelfPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/buttonshelf/HideButtonShelfPatch.kt index d420aa66f..61d0876e0 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/buttonshelf/HideButtonShelfPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/buttonshelf/HideButtonShelfPatch.kt @@ -22,8 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/carouselshelf/HideCarouselShelfPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/carouselshelf/HideCarouselShelfPatch.kt index b11213dab..149ea4a0a 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/carouselshelf/HideCarouselShelfPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/carouselshelf/HideCarouselShelfPatch.kt @@ -22,8 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/castbutton/HideCastButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/castbutton/HideCastButtonPatch.kt index ec6ffd783..e3239493e 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/castbutton/HideCastButtonPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/castbutton/HideCastButtonPatch.kt @@ -32,8 +32,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/categorybar/CategoryBarPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/categorybar/CategoryBarPatch.kt index 05a17b235..62593dad8 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/categorybar/CategoryBarPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/categorybar/CategoryBarPatch.kt @@ -27,8 +27,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/channelguidelines/HideChannelGuidelinesPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/channelguidelines/HideChannelGuidelinesPatch.kt index 9aa047f42..0aef49007 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/channelguidelines/HideChannelGuidelinesPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/channelguidelines/HideChannelGuidelinesPatch.kt @@ -22,8 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/customfilter/CustomFilterPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/customfilter/CustomFilterPatch.kt index f02ab0c77..8137d4d76 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/customfilter/CustomFilterPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/customfilter/CustomFilterPatch.kt @@ -22,8 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/emojipicker/HideEmojiPickerPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/emojipicker/HideEmojiPickerPatch.kt index 511d6aa56..1aef60546 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/emojipicker/HideEmojiPickerPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/emojipicker/HideEmojiPickerPatch.kt @@ -22,8 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/NewPlaylistButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/NewPlaylistButtonPatch.kt index 27444fa37..366a891d1 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/NewPlaylistButtonPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/NewPlaylistButtonPatch.kt @@ -28,8 +28,8 @@ import app.revanced.util.integrations.Constants.MUSIC_GENERAL [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/landscapemode/LandScapeModePatch.kt b/src/main/kotlin/app/revanced/patches/music/general/landscapemode/LandScapeModePatch.kt index d45e3ecf9..3d945ddbe 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/landscapemode/LandScapeModePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/landscapemode/LandScapeModePatch.kt @@ -25,8 +25,8 @@ import app.revanced.util.integrations.Constants.MUSIC_GENERAL [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/oldstylelibraryshelf/OldStyleLibraryShelfPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/oldstylelibraryshelf/OldStyleLibraryShelfPatch.kt index a8ab6ca19..b9a586ed0 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/oldstylelibraryshelf/OldStyleLibraryShelfPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/oldstylelibraryshelf/OldStyleLibraryShelfPatch.kt @@ -24,8 +24,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/playlistcard/HidePlaylistCardPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/playlistcard/HidePlaylistCardPatch.kt index 812b2a73a..bd7c1dd3e 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/playlistcard/HidePlaylistCardPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/playlistcard/HidePlaylistCardPatch.kt @@ -22,8 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/startpage/StartPagePatch.kt b/src/main/kotlin/app/revanced/patches/music/general/startpage/StartPagePatch.kt index e1f878d6d..ac7440db2 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/startpage/StartPagePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/startpage/StartPagePatch.kt @@ -30,8 +30,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/tooltip/TooltipContentViewPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/tooltip/TooltipContentViewPatch.kt index b101e3c11..09635ecb5 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/tooltip/TooltipContentViewPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/tooltip/TooltipContentViewPatch.kt @@ -19,8 +19,8 @@ import app.revanced.patches.music.utils.resourceid.SharedResourceIdPatch [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/backgroundplay/BackgroundPlayPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/backgroundplay/BackgroundPlayPatch.kt index 1cbe59da8..ccd538222 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/backgroundplay/BackgroundPlayPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/backgroundplay/BackgroundPlayPatch.kt @@ -18,8 +18,8 @@ import app.revanced.patches.music.misc.backgroundplay.fingerprints.BackgroundPla [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/bitrate/BitrateDefaultValuePatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/bitrate/BitrateDefaultValuePatch.kt index 0d5639175..e35b0f725 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/bitrate/BitrateDefaultValuePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/bitrate/BitrateDefaultValuePatch.kt @@ -14,8 +14,8 @@ import app.revanced.patcher.patch.annotation.Patch [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/codecs/CodecsUnlockPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/codecs/CodecsUnlockPatch.kt index 80e3cf1b7..0fe0be345 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/codecs/CodecsUnlockPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/codecs/CodecsUnlockPatch.kt @@ -18,8 +18,8 @@ import app.revanced.util.integrations.Constants.MUSIC_MISC_PATH [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt index 6f9020f9f..30e9f926c 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt @@ -17,8 +17,8 @@ import app.revanced.util.enum.CategoryType [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/misc/exclusiveaudio/ExclusiveAudioPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/exclusiveaudio/ExclusiveAudioPatch.kt index 660f394f9..27f727b1e 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/exclusiveaudio/ExclusiveAudioPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/exclusiveaudio/ExclusiveAudioPatch.kt @@ -27,8 +27,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/minimizedplayback/MinimizedPlaybackPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/minimizedplayback/MinimizedPlaybackPatch.kt index 8f5ea7acb..153859ec6 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/minimizedplayback/MinimizedPlaybackPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/minimizedplayback/MinimizedPlaybackPatch.kt @@ -17,8 +17,8 @@ import app.revanced.patches.music.misc.minimizedplayback.fingerprints.MinimizedP [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/premium/HideGetPremiumPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/premium/HideGetPremiumPatch.kt index a0237c32d..3dd063f02 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/premium/HideGetPremiumPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/premium/HideGetPremiumPatch.kt @@ -32,8 +32,8 @@ import com.android.tools.smali.dexlib2.iface.reference.Reference [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/spoofappversion/SpoofAppVersionPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/spoofappversion/SpoofAppVersionPatch.kt index 8c8733575..43c220fbb 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/spoofappversion/SpoofAppVersionPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/spoofappversion/SpoofAppVersionPatch.kt @@ -26,8 +26,8 @@ import app.revanced.util.resources.ResourceUtils.copyXmlNode [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/tastebuilder/TasteBuilderPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/tastebuilder/TasteBuilderPatch.kt index 96eb64557..2fd7eb3f0 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/tastebuilder/TasteBuilderPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/tastebuilder/TasteBuilderPatch.kt @@ -19,8 +19,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/translations/TranslationsPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/translations/TranslationsPatch.kt index 544799ec5..377ea0771 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/translations/TranslationsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/translations/TranslationsPatch.kt @@ -17,8 +17,8 @@ import app.revanced.util.resources.ResourceHelper.addTranslations [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/navigation/black/BlackNavigationBarPatch.kt b/src/main/kotlin/app/revanced/patches/music/navigation/black/BlackNavigationBarPatch.kt index eccfbddf1..1e4499cf6 100644 --- a/src/main/kotlin/app/revanced/patches/music/navigation/black/BlackNavigationBarPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/navigation/black/BlackNavigationBarPatch.kt @@ -27,8 +27,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/navigation/component/NavigationBarComponentPatch.kt b/src/main/kotlin/app/revanced/patches/music/navigation/component/NavigationBarComponentPatch.kt index 6d16c58c7..8056db9da 100644 --- a/src/main/kotlin/app/revanced/patches/music/navigation/component/NavigationBarComponentPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/navigation/component/NavigationBarComponentPatch.kt @@ -33,8 +33,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/player/colormatchplayer/ColorMatchPlayerPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/colormatchplayer/ColorMatchPlayerPatch.kt index 3df9bc87a..ceae4d3ae 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/colormatchplayer/ColorMatchPlayerPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/colormatchplayer/ColorMatchPlayerPatch.kt @@ -32,8 +32,8 @@ import kotlin.properties.Delegates [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/MinimizedPlayerPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/MinimizedPlayerPatch.kt index bc9215bc8..694a83d09 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/MinimizedPlayerPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/MinimizedPlayerPatch.kt @@ -22,8 +22,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/player/newplayerbackground/NewPlayerBackgroundPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/newplayerbackground/NewPlayerBackgroundPatch.kt index 09a73a240..d6dbe2e4a 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/newplayerbackground/NewPlayerBackgroundPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/newplayerbackground/NewPlayerBackgroundPatch.kt @@ -21,8 +21,8 @@ import app.revanced.util.integrations.Constants.MUSIC_PLAYER [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/player/oldplayerlayout/OldPlayerLayoutPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/oldplayerlayout/OldPlayerLayoutPatch.kt index 30cafea30..c3c6f0f86 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/oldplayerlayout/OldPlayerLayoutPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/oldplayerlayout/OldPlayerLayoutPatch.kt @@ -21,8 +21,8 @@ import app.revanced.util.integrations.Constants.MUSIC_PLAYER [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt index d42dd8f3d..69e4e6239 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt @@ -25,8 +25,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/player/repeat/RememberRepeatPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/repeat/RememberRepeatPatch.kt index 6a8577f00..1da47ad99 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/repeat/RememberRepeatPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/repeat/RememberRepeatPatch.kt @@ -23,8 +23,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/player/replace/ReplaceCastButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/replace/ReplaceCastButtonPatch.kt index eef19b10c..796a76d3d 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/replace/ReplaceCastButtonPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/replace/ReplaceCastButtonPatch.kt @@ -42,8 +42,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/player/shuffle/RememberShufflePatch.kt b/src/main/kotlin/app/revanced/patches/music/player/shuffle/RememberShufflePatch.kt index 70ab85339..6e3ea7633 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/shuffle/RememberShufflePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/shuffle/RememberShufflePatch.kt @@ -39,8 +39,8 @@ import com.android.tools.smali.dexlib2.util.MethodUtil [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/player/zenmode/ZenModePatch.kt b/src/main/kotlin/app/revanced/patches/music/player/zenmode/ZenModePatch.kt index 3ffeac7ac..aacecec4a 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/zenmode/ZenModePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/zenmode/ZenModePatch.kt @@ -26,8 +26,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/utils/fix/androidauto/AndroidAutoCertificatePatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/fix/androidauto/AndroidAutoCertificatePatch.kt index 702c9dc4e..48ca0495d 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/fix/androidauto/AndroidAutoCertificatePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/fix/androidauto/AndroidAutoCertificatePatch.kt @@ -17,8 +17,8 @@ import app.revanced.patches.music.utils.fix.androidauto.fingerprints.Certificate [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/utils/microg/MicroGPatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/microg/MicroGPatch.kt index 283e770de..065e4d3b2 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/microg/MicroGPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/microg/MicroGPatch.kt @@ -31,8 +31,8 @@ import app.revanced.util.microg.MicroGBytecodeHelper [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubedislike/ReturnYouTubeDislikePatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubedislike/ReturnYouTubeDislikePatch.kt index 9e210de1f..2255eb7f1 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubedislike/ReturnYouTubeDislikePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubedislike/ReturnYouTubeDislikePatch.kt @@ -23,8 +23,8 @@ import org.w3c.dom.Node [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt index 3c349364d..2c210b5e5 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt @@ -32,8 +32,8 @@ import java.nio.file.Paths [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/utils/settings/fingerprints/PreferenceFingerprint.kt b/src/main/kotlin/app/revanced/patches/music/utils/settings/fingerprints/PreferenceFingerprint.kt index b777386bd..bf242489f 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/settings/fingerprints/PreferenceFingerprint.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/settings/fingerprints/PreferenceFingerprint.kt @@ -1,18 +1,14 @@ package app.revanced.patches.music.utils.settings.fingerprints import app.revanced.patcher.fingerprint.MethodFingerprint +import com.android.tools.smali.dexlib2.AccessFlags import com.android.tools.smali.dexlib2.Opcode object PreferenceFingerprint : MethodFingerprint( returnType = "V", + accessFlags = AccessFlags.PROTECTED.value, parameters = listOf("Z"), opcodes = listOf( - Opcode.RETURN_VOID, - Opcode.XOR_INT_LIT8, - Opcode.INVOKE_VIRTUAL, - Opcode.MOVE_RESULT, - Opcode.IF_NE, - Opcode.RETURN_VOID, Opcode.IGET_OBJECT, Opcode.INVOKE_VIRTUAL, Opcode.MOVE_RESULT_OBJECT, diff --git a/src/main/kotlin/app/revanced/patches/music/utils/sponsorblock/SponsorBlockPatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/sponsorblock/SponsorBlockPatch.kt index 0bb8e82ab..379f42669 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/sponsorblock/SponsorBlockPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/sponsorblock/SponsorBlockPatch.kt @@ -23,8 +23,8 @@ import app.revanced.util.resources.ResourceUtils.copyResources [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/utils/videotype/VideoTypeHookPatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/videotype/VideoTypeHookPatch.kt index 3641c418d..ef6811610 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/videotype/VideoTypeHookPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/videotype/VideoTypeHookPatch.kt @@ -2,14 +2,13 @@ package app.revanced.patches.music.utils.videotype import app.revanced.extensions.exception import app.revanced.patcher.data.BytecodeContext -import app.revanced.patcher.extensions.InstructionExtensions.addInstructions +import app.revanced.patcher.extensions.InstructionExtensions.addInstructionsWithLabels import app.revanced.patcher.extensions.InstructionExtensions.getInstruction -import app.revanced.patcher.extensions.InstructionExtensions.removeInstruction import app.revanced.patcher.patch.BytecodePatch import app.revanced.patches.music.utils.videotype.fingerprint.VideoTypeFingerprint import app.revanced.patches.music.utils.videotype.fingerprint.VideoTypeParentFingerprint import app.revanced.util.integrations.Constants.MUSIC_UTILS_PATH -import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction +import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction @Suppress("unused") object VideoTypeHookPatch : BytecodePatch( @@ -25,17 +24,18 @@ object VideoTypeHookPatch : BytecodePatch( ) }.result?.let { it.mutableMethod.apply { - val videoTypeIndex = it.scanResult.patternScanResult!!.endIndex - val videoTypeRegister = - getInstruction(videoTypeIndex).registerA + val insertIndex = it.scanResult.patternScanResult!!.startIndex + 3 + val referenceIndex = insertIndex + 1 + val referenceInstruction = getInstruction(referenceIndex).reference - addInstructions( - videoTypeIndex + 1, """ - invoke-static {v$videoTypeRegister}, $INTEGRATIONS_CLASS_DESCRIPTOR->setVideoType(Ljava/lang/Enum;)V - return-object v$videoTypeRegister + addInstructionsWithLabels( + insertIndex, """ + if-nez p0, :dismiss + sget-object p0, $referenceInstruction + :dismiss + invoke-static {p0}, $INTEGRATIONS_CLASS_DESCRIPTOR->setVideoType(Ljava/lang/Enum;)V """ ) - removeInstruction(videoTypeIndex) } } ?: throw VideoTypeFingerprint.exception } ?: throw VideoTypeParentFingerprint.exception diff --git a/src/main/kotlin/app/revanced/patches/music/utils/videotype/fingerprint/VideoTypeFingerprint.kt b/src/main/kotlin/app/revanced/patches/music/utils/videotype/fingerprint/VideoTypeFingerprint.kt index a18a18601..a6046385f 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/videotype/fingerprint/VideoTypeFingerprint.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/videotype/fingerprint/VideoTypeFingerprint.kt @@ -16,7 +16,6 @@ object VideoTypeFingerprint : MethodFingerprint( Opcode.IF_NEZ, Opcode.SGET_OBJECT, Opcode.GOTO, - Opcode.SGET_OBJECT, - Opcode.RETURN_OBJECT + Opcode.SGET_OBJECT ) ) diff --git a/src/main/kotlin/app/revanced/patches/music/video/customspeed/CustomPlaybackSpeedPatch.kt b/src/main/kotlin/app/revanced/patches/music/video/customspeed/CustomPlaybackSpeedPatch.kt index 6a77efe48..26c5e4969 100644 --- a/src/main/kotlin/app/revanced/patches/music/video/customspeed/CustomPlaybackSpeedPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/video/customspeed/CustomPlaybackSpeedPatch.kt @@ -19,8 +19,8 @@ import app.revanced.util.integrations.Constants.MUSIC_VIDEO_PATH [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/video/quality/VideoQualityPatch.kt b/src/main/kotlin/app/revanced/patches/music/video/quality/VideoQualityPatch.kt index ffc2f2540..696236ba2 100644 --- a/src/main/kotlin/app/revanced/patches/music/video/quality/VideoQualityPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/video/quality/VideoQualityPatch.kt @@ -30,8 +30,8 @@ import com.android.tools.smali.dexlib2.builder.instruction.BuilderInstruction21c [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] 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 9eeff8cc6..4d3239b3a 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 @@ -29,8 +29,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55", - "6.25.53" + "6.25.53", + "6.26.50" ] ) ] diff --git a/src/main/resources/youtube/settings/host/values/strings.xml b/src/main/resources/youtube/settings/host/values/strings.xml index 6a6bbbacd..e13d947ea 100644 --- a/src/main/resources/youtube/settings/host/values/strings.xml +++ b/src/main/resources/youtube/settings/host/values/strings.xml @@ -167,8 +167,8 @@ Note: Disabling the speed overlay does not restore the 'Slide to seek' behavior Enable tablet navigation bar Spoof device information to enable video codec. Enable video codec - Enable VP9 codec. - Enable HDR codec. + VP9 codec is enabled. + HDR codec is enabled. Video codec type Wide search bar is disabled. Wide search bar is enabled.