diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/time/patch/HideTimePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/time/patch/HideTimePatch.kt index 5f92b5aee..009e74eef 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/time/patch/HideTimePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/time/patch/HideTimePatch.kt @@ -43,9 +43,9 @@ class HideTimePatch : BytecodePatch( 0, """ invoke-static { }, Lapp/revanced/integrations/patches/HideTimeAndSeekbarPatch;->hideTimeAndSeekbar()Z move-result v0 - if-eqz v0, :hide_time_and_seekbar + if-eqz v0, :hide_time return-void - :hide_time_and_seekbar + :hide_time nop """ )