diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/albumcards/bytecode/patch/AlbumCardsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/albumcards/bytecode/patch/AlbumCardsPatch.kt index c02d161113..92ee6bb937 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/albumcards/bytecode/patch/AlbumCardsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/albumcards/bytecode/patch/AlbumCardsPatch.kt @@ -42,7 +42,7 @@ class AlbumCardsPatch : BytecodePatch( "invoke-static {v$albumCardViewRegister}, " + "Lapp/revanced/integrations/patches/HideAlbumCardsPatch;" + "->" + - "hideAlbumCards(Landroid/view/View;)V" + "hideAlbumCard(Landroid/view/View;)V" ) } } ?: return AlbumCardsFingerprint.toErrorResult()