mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-20 09:33:57 +00:00
fix(Disney+ - Skip ads): Remove unsupported package names (#6422)
This commit is contained in:
committed by
GitHub
parent
195c239000
commit
44e7dbcf4d
@@ -8,11 +8,7 @@ val skipAdsPatch = bytecodePatch(
|
|||||||
name = "Skip ads",
|
name = "Skip ads",
|
||||||
description = "Automatically skips ads.",
|
description = "Automatically skips ads.",
|
||||||
) {
|
) {
|
||||||
compatibleWith(
|
compatibleWith("com.disney.disneyplus")
|
||||||
"com.disney.disneyplus",
|
|
||||||
"in.startv.hotstar",
|
|
||||||
"in.startv.hotstaronly",
|
|
||||||
)
|
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
arrayOf(insertionGetPointsFingerprint, insertionGetRangesFingerprint).forEach {
|
arrayOf(insertionGetPointsFingerprint, insertionGetRangesFingerprint).forEach {
|
||||||
|
|||||||
Reference in New Issue
Block a user