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 e93cafc0d..5b0f551cd 100644 --- a/patches/src/main/kotlin/app/revanced/patches/disneyplus/SkipAdsPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/disneyplus/SkipAdsPatch.kt @@ -8,11 +8,7 @@ val skipAdsPatch = bytecodePatch( name = "Skip ads", description = "Automatically skips ads.", ) { - compatibleWith( - "com.disney.disneyplus", - "in.startv.hotstar", - "in.startv.hotstaronly", - ) + compatibleWith("com.disney.disneyplus") execute { arrayOf(insertionGetPointsFingerprint, insertionGetRangesFingerprint).forEach {