We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195c239 commit 44e7dbcCopy full SHA for 44e7dbc
patches/src/main/kotlin/app/revanced/patches/disneyplus/SkipAdsPatch.kt
@@ -8,11 +8,7 @@ val skipAdsPatch = bytecodePatch(
8
name = "Skip ads",
9
description = "Automatically skips ads.",
10
) {
11
- compatibleWith(
12
- "com.disney.disneyplus",
13
- "in.startv.hotstar",
14
- "in.startv.hotstaronly",
15
- )
+ compatibleWith("com.disney.disneyplus")
16
17
execute {
18
arrayOf(insertionGetPointsFingerprint, insertionGetRangesFingerprint).forEach {
0 commit comments