mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-19 09:39:27 +01:00
fix: listing of wrong fingerprint class (#147)
This commit is contained in:
parent
c78dc4094a
commit
95c2bbdd1d
@ -22,7 +22,7 @@ import app.revanced.patches.music.audio.exclusiveaudio.fingerprints.ExclusiveAud
|
||||
@Version("0.0.1")
|
||||
class ExclusiveAudioPatch : BytecodePatch(
|
||||
listOf(
|
||||
ExclusiveAudioFingerprint
|
||||
AudioOnlyEnablerFingerprint
|
||||
)
|
||||
) {
|
||||
override fun execute(data: BytecodeData): PatchResult {
|
||||
|
Loading…
Reference in New Issue
Block a user