refactor(youtube/hide-seekbar): use correct label name

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
oSumAtrIX 2023-02-22 05:58:48 +01:00
parent 84fe9c3646
commit 4fc90e39a8
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -46,9 +46,9 @@ class HideSeekbarPatch : BytecodePatch(
const/4 v0, 0x0
invoke-static { }, Lapp/revanced/integrations/patches/HideSeekbarPatch;->hideSeekbar()Z
move-result v0
if-eqz v0, :hide_time_and_seekbar
if-eqz v0, :hide_seekbar
return-void
:hide_time_and_seekbar
:hide_seekbar
nop
"""
)