fix(youtube/hide-album-cards): call correct integrations method
This commit is contained in:
parent
e23ce108f0
commit
08cfd81362
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue