diff --git a/src/main/kotlin/app/revanced/patches/music/misc/settings/patch/MusicSettingsPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/settings/patch/MusicSettingsPatch.kt index 39e73e45f..427c28d98 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/settings/patch/MusicSettingsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/settings/patch/MusicSettingsPatch.kt @@ -7,7 +7,6 @@ import app.revanced.patcher.data.ResourceContext import app.revanced.patcher.patch.PatchResult import app.revanced.patcher.patch.PatchResultSuccess import app.revanced.patcher.patch.annotations.DependsOn -import app.revanced.patcher.patch.annotations.Patch import app.revanced.patches.music.misc.integrations.patch.MusicIntegrationsPatch import app.revanced.patches.shared.annotation.YouTubeMusicCompatibility import app.revanced.patches.shared.patch.settings.AbstractSettingsResourcePatch @@ -17,7 +16,6 @@ import app.revanced.util.resources.MusicResourceHelper.addReVancedMusicPreferenc import app.revanced.util.resources.MusicResourceHelper.sortMusicPreferenceCategory import org.w3c.dom.Element -@Patch @Name("music-settings") @Description("Adds settings for ReVanced to YouTube Music.") @DependsOn([MusicIntegrationsPatch::class])