mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 06:34:28 +02:00
fix(YouTube Music - Permanent shuffle): Remove obsolete and non functional patch (#4073)
This commit is contained in:
parent
296d63bd42
commit
fbc6ab6a35
@ -3,9 +3,9 @@ package app.revanced.patches.music.interaction.permanentshuffle
|
|||||||
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("This patch no longer works and will be removed in the future.")
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
val permanentShufflePatch = bytecodePatch(
|
val permanentShufflePatch = bytecodePatch(
|
||||||
name = "Permanent shuffle",
|
|
||||||
description = "Permanently remember your shuffle preference " +
|
description = "Permanently remember your shuffle preference " +
|
||||||
"even if the playlist ends or another track is played.",
|
"even if the playlist ends or another track is played.",
|
||||||
use = false,
|
use = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user