From 4886d47506c94b03c1f190ecc4947d3d91df6a47 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Tue, 27 May 2025 08:47:56 +0200 Subject: [PATCH] fix(Spotify Lite): Remove obsolete `Enable on demand` patch (#5046) --- .../app/revanced/patches/spotify/lite/ondemand/OnDemandPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/spotify/lite/ondemand/OnDemandPatch.kt b/patches/src/main/kotlin/app/revanced/patches/spotify/lite/ondemand/OnDemandPatch.kt index 6444ff7fb..a624b42fd 100644 --- a/patches/src/main/kotlin/app/revanced/patches/spotify/lite/ondemand/OnDemandPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/spotify/lite/ondemand/OnDemandPatch.kt @@ -3,9 +3,9 @@ package app.revanced.patches.spotify.lite.ondemand import app.revanced.patcher.extensions.InstructionExtensions.addInstruction import app.revanced.patcher.patch.bytecodePatch +@Deprecated("Patch no longer works and will be deleted soon") @Suppress("unused") val onDemandPatch = bytecodePatch( - name = "Enable on demand", description = "Enables listening to songs on-demand, allowing to play any song from playlists, albums or artists without limitations. This does not remove ads.", ) { compatibleWith("com.spotify.lite")