feat(Disney+ - SkipAds): Add other package names the patch is compatible with (#6372)
This commit is contained in:
parent
2b560f5fe9
commit
1f4f252c81
1 changed files with 5 additions and 1 deletions
|
|
@ -8,7 +8,11 @@ val skipAdsPatch = bytecodePatch(
|
|||
name = "Skip ads",
|
||||
description = "Automatically skips ads.",
|
||||
) {
|
||||
compatibleWith("com.disney.disneyplus")
|
||||
compatibleWith(
|
||||
"com.disney.disneyplus",
|
||||
"in.startv.hotstar",
|
||||
"in.startv.hotstaronly",
|
||||
)
|
||||
|
||||
execute {
|
||||
arrayOf(insertionGetPointsFingerprint, insertionGetRangesFingerprint).forEach {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue