From 1f4f252c81e9a89267f6e37548e66027b1bc1a1a Mon Sep 17 00:00:00 2001 From: vippium Date: Thu, 18 Dec 2025 17:29:47 +0530 Subject: [PATCH] feat(Disney+ - SkipAds): Add other package names the patch is compatible with (#6372) --- .../kotlin/app/revanced/patches/disneyplus/SkipAdsPatch.kt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {