fix(YouTube Music - Permanent shuffle): Remove obsolete and non functional patch (#4073)

This commit is contained in:
LisoUseInAIKyrios 2024-12-09 04:44:12 +04:00 committed by GitHub
parent 296d63bd42
commit fbc6ab6a35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,