fix(music): hide-get-premium patch fails when not including other patches

This commit is contained in:
inotia00 2023-03-04 02:37:05 +09:00
parent 974d60336e
commit 808e2f31f9

View File

@ -25,7 +25,12 @@ import org.jf.dexlib2.iface.instruction.formats.Instruction31i
@Patch
@Name("hide-get-premium")
@Description("Removes all \"Get Premium\" evidences from the avatar menu.")
@DependsOn([MusicIntegrationsPatch::class])
@DependsOn(
[
ResourceMappingPatch::class,
MusicIntegrationsPatch::class
]
)
@YouTubeMusicCompatibility
@Version("0.0.1")
class HideGetPremiumPatch : BytecodePatch(