Skip to content

Commit

Permalink
fix(youtube/hide-album-cards): call correct integrations method
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 18, 2023
1 parent d053014 commit 0dbffaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 0dbffaa

Please sign in to comment.