Skip to content

Commit

Permalink
fix(YouTube Music - Permanent shuffle): Remove obsolete and non funct…
Browse files Browse the repository at this point in the history
…ional patch (ReVanced#4073)
  • Loading branch information
LisoUseInAIKyrios authored Dec 9, 2024
1 parent 296d63b commit fbc6ab6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package app.revanced.patches.music.interaction.permanentshuffle
import app.revanced.patcher.extensions.InstructionExtensions.addInstruction
import app.revanced.patcher.patch.bytecodePatch

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

0 comments on commit fbc6ab6

Please sign in to comment.