mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-09 11:04:36 +02:00
feat(music/music-settings): re-add to patch list
This commit is contained in:
parent
4ab2d23211
commit
20feeb984a
@ -7,6 +7,7 @@ import app.revanced.patcher.data.ResourceContext
|
|||||||
import app.revanced.patcher.patch.PatchResult
|
import app.revanced.patcher.patch.PatchResult
|
||||||
import app.revanced.patcher.patch.PatchResultSuccess
|
import app.revanced.patcher.patch.PatchResultSuccess
|
||||||
import app.revanced.patcher.patch.annotations.DependsOn
|
import app.revanced.patcher.patch.annotations.DependsOn
|
||||||
|
import app.revanced.patcher.patch.annotations.Patch
|
||||||
import app.revanced.patches.music.misc.settings.bytecode.patch.MusicSettingsBytecodePatch
|
import app.revanced.patches.music.misc.settings.bytecode.patch.MusicSettingsBytecodePatch
|
||||||
import app.revanced.patches.shared.annotation.YouTubeMusicCompatibility
|
import app.revanced.patches.shared.annotation.YouTubeMusicCompatibility
|
||||||
import app.revanced.patches.shared.patch.settings.AbstractSettingsResourcePatch
|
import app.revanced.patches.shared.patch.settings.AbstractSettingsResourcePatch
|
||||||
@ -20,6 +21,7 @@ import app.revanced.util.resources.MusicResourceHelper.addReVancedMusicPreferenc
|
|||||||
import app.revanced.util.resources.MusicResourceHelper.sortMusicPreferenceCategory
|
import app.revanced.util.resources.MusicResourceHelper.sortMusicPreferenceCategory
|
||||||
import org.w3c.dom.Element
|
import org.w3c.dom.Element
|
||||||
|
|
||||||
|
@Patch
|
||||||
@Name("music-settings")
|
@Name("music-settings")
|
||||||
@Description("Adds settings for ReVanced to YouTube Music.")
|
@Description("Adds settings for ReVanced to YouTube Music.")
|
||||||
@DependsOn([MusicSettingsBytecodePatch::class])
|
@DependsOn([MusicSettingsBytecodePatch::class])
|
||||||
@ -34,7 +36,7 @@ class MusicSettingsPatch : AbstractSettingsResourcePatch(
|
|||||||
super.execute(context)
|
super.execute(context)
|
||||||
contexts = context
|
contexts = context
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Copy colors
|
* Copy colors
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user