fix: Resolve patching with dev branch

This commit is contained in:
LisoUseInAIKyrios
2025-09-14 15:58:05 +04:00
parent 678ef4052e
commit 09b941abf0
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
package app.revanced.patches.music.misc.spoof
import app.revanced.patches.music.misc.extension.sharedExtensionPatch
import app.revanced.patches.music.playservice.is_7_33_or_greater
import app.revanced.patches.music.playservice.is_8_11_or_greater
import app.revanced.patches.music.playservice.is_8_15_or_greater
@@ -14,7 +15,7 @@ val spoofVideoStreamsPatch = spoofVideoStreamsPatch(
)
)
dependsOn(versionCheckPatch, userAgentClientSpoofPatch)
dependsOn(sharedExtensionPatch, versionCheckPatch, userAgentClientSpoofPatch)
},
fixMediaFetchHotConfigChanges = { true },
fixMediaFetchHotConfigAlternativeChanges = { is_8_11_or_greater && !is_8_15_or_greater },

View File

@@ -43,7 +43,7 @@ fun spoofVideoStreamsPatch(
) {
block()
dependsOn(sharedExtensionPatch, addResourcesPatch)
dependsOn(addResourcesPatch)
execute {
// region Enable extension helper method used by other patches