Skip to content

Commit 44e7dbc

Browse files
fix(Disney+ - Skip ads): Remove unsupported package names (#6422)
1 parent 195c239 commit 44e7dbc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

patches/src/main/kotlin/app/revanced/patches/disneyplus/SkipAdsPatch.kt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ val skipAdsPatch = bytecodePatch(
88
name = "Skip ads",
99
description = "Automatically skips ads.",
1010
) {
11-
compatibleWith(
12-
"com.disney.disneyplus",
13-
"in.startv.hotstar",
14-
"in.startv.hotstaronly",
15-
)
11+
compatibleWith("com.disney.disneyplus")
1612

1713
execute {
1814
arrayOf(insertionGetPointsFingerprint, insertionGetRangesFingerprint).forEach {

0 commit comments

Comments
 (0)