diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/fullscreen/landscapemode/patch/LandScapeModePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/fullscreen/landscapemode/patch/LandScapeModePatch.kt index c701cd131..b7def1644 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/fullscreen/landscapemode/patch/LandScapeModePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/fullscreen/landscapemode/patch/LandScapeModePatch.kt @@ -51,7 +51,7 @@ class LandScapeModePatch : BytecodePatch( ) ) - SettingsPatch.updatePatchStatus("diable-landscape-mode") + SettingsPatch.updatePatchStatus("disable-landscape-mode") return PatchResultSuccess() }