Skip to content

Commit fbc6ab6

Browse files
fix(YouTube Music - Permanent shuffle): Remove obsolete and non functional patch (#4073)
1 parent 296d63b commit fbc6ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/music/interaction/permanentshuffle/PermanentShufflePatch.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package app.revanced.patches.music.interaction.permanentshuffle
33
import app.revanced.patcher.extensions.InstructionExtensions.addInstruction
44
import app.revanced.patcher.patch.bytecodePatch
55

6+
@Deprecated("This patch no longer works and will be removed in the future.")
67
@Suppress("unused")
78
val permanentShufflePatch = bytecodePatch(
8-
name = "Permanent shuffle",
99
description = "Permanently remember your shuffle preference " +
1010
"even if the playlist ends or another track is played.",
1111
use = false,

0 commit comments

Comments
 (0)