fix(youtube/hide-endscreen-cards): wrong method name

This commit is contained in:
inotia00 2023-10-01 22:47:02 +09:00
parent dfb5afdc16
commit 16148cf367

View File

@ -45,7 +45,7 @@ class HideEndScreenCardsPatch : BytecodePatch(
index + 1,
register,
"layout/PlayerPatch",
"hideEndScreen"
"hideEndScreenCards"
)
}
}