feat: tastebuilder-remover for music

This commit is contained in:
epicsampler
2022-04-28 15:47:08 +00:00
committed by GitHub
parent b299205aa7
commit a6aeca31bd
2 changed files with 82 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package app.revanced.patches
import app.revanced.patcher.patch.Patch
import app.revanced.patches.music.audio.EnableAudioOnlyPatch
import app.revanced.patches.music.layout.RemoveUpgradeTabPatch
import app.revanced.patches.music.layout.RemoveTastebuilderPatch
import app.revanced.patches.music.premium.BackgroundPlayPatch
import app.revanced.patches.youtube.ad.HomeAdsPatch
import app.revanced.patches.youtube.ad.HomePromoPatch
@ -33,6 +34,7 @@ object Index {
::EnableSeekbarTappingPatch,
::EnableAudioOnlyPatch,
::RemoveUpgradeTabPatch,
::RemoveTastebuilderPatch,
::BackgroundPlayPatch,
::CodecsUnlockPatch
)