We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296d63b commit fbc6ab6Copy full SHA for fbc6ab6
patches/src/main/kotlin/app/revanced/patches/music/interaction/permanentshuffle/PermanentShufflePatch.kt
@@ -3,9 +3,9 @@ package app.revanced.patches.music.interaction.permanentshuffle
3
import app.revanced.patcher.extensions.InstructionExtensions.addInstruction
4
import app.revanced.patcher.patch.bytecodePatch
5
6
+@Deprecated("This patch no longer works and will be removed in the future.")
7
@Suppress("unused")
8
val permanentShufflePatch = bytecodePatch(
- name = "Permanent shuffle",
9
description = "Permanently remember your shuffle preference " +
10
"even if the playlist ends or another track is played.",
11
use = false,
0 commit comments