diff --git a/patches/src/main/kotlin/app/revanced/patches/disneyplus/SkipAdsPatch.kt b/patches/src/main/kotlin/app/revanced/patches/disneyplus/SkipAdsPatch.kt index 5b0f551cd..e93cafc0d 100644 --- a/patches/src/main/kotlin/app/revanced/patches/disneyplus/SkipAdsPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/disneyplus/SkipAdsPatch.kt @@ -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 {