mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-12-14 05:14:37 +01:00
fix: listing of wrong fingerprint class (#147)
This commit is contained in:
@@ -22,7 +22,7 @@ import app.revanced.patches.music.audio.exclusiveaudio.fingerprints.ExclusiveAud
|
|||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
class ExclusiveAudioPatch : BytecodePatch(
|
class ExclusiveAudioPatch : BytecodePatch(
|
||||||
listOf(
|
listOf(
|
||||||
ExclusiveAudioFingerprint
|
AudioOnlyEnablerFingerprint
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
override fun execute(data: BytecodeData): PatchResult {
|
override fun execute(data: BytecodeData): PatchResult {
|
||||||
|
|||||||
Reference in New Issue
Block a user