mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-10 21:26:17 +00:00
feat(Disney+ - SkipAds): Add other package names the patch is compatible with (#6372)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user