From 44e7dbcf4d7eaf94dd0164baba847d3e19250154 Mon Sep 17 00:00:00 2001 From: ILoveOpenSourceApplications <117499019+ILoveOpenSourceApplications@users.noreply.github.com> Date: Wed, 31 Dec 2025 00:02:17 +0530 Subject: [PATCH] fix(Disney+ - Skip ads): Remove unsupported package names (#6422) --- .../kotlin/app/revanced/patches/disneyplus/SkipAdsPatch.kt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 {