fix: listing of wrong fingerprint class (#147)
This commit is contained in:
parent
980f7f04cc
commit
c578e210bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue