mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-24 03:01:03 +00:00
fix(Spotify Lite): Remove obsolete Enable on demand patch (#5046)
This commit is contained in:
committed by
GitHub
parent
517368eda7
commit
b712f38017
@@ -3,9 +3,9 @@ package app.revanced.patches.spotify.lite.ondemand
|
|||||||
import app.revanced.patcher.extensions.InstructionExtensions.addInstruction
|
import app.revanced.patcher.extensions.InstructionExtensions.addInstruction
|
||||||
import app.revanced.patcher.patch.bytecodePatch
|
import app.revanced.patcher.patch.bytecodePatch
|
||||||
|
|
||||||
|
@Deprecated("Patch no longer works and will be deleted soon")
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
val onDemandPatch = bytecodePatch(
|
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.",
|
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")
|
compatibleWith("com.spotify.lite")
|
||||||
|
|||||||
Reference in New Issue
Block a user