From 60aa9d648f451039adb72f3130f06834ece961fa Mon Sep 17 00:00:00 2001 From: inotia00 Date: Sun, 16 Apr 2023 01:06:56 +0900 Subject: [PATCH] refactor(music-settings): no longer exposed in patch list --- .../patches/music/misc/settings/patch/MusicSettingsPatch.kt | 2 -- 1 file changed, 2 deletions(-) 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])