diff --git a/src/main/kotlin/app/revanced/patches/music/misc/versionspoof/patch/SpoofAppVersionPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/versionspoof/patch/SpoofAppVersionPatch.kt index ef52af7f48..9290198ae9 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/versionspoof/patch/SpoofAppVersionPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/versionspoof/patch/SpoofAppVersionPatch.kt @@ -7,6 +7,8 @@ import app.revanced.patcher.data.BytecodeContext import app.revanced.patcher.patch.annotations.DependsOn import app.revanced.patcher.patch.annotations.Patch +import app.revanced.patches.music.general.oldstylelibraryshelf.patch.OldStyleLibraryShelfPatch +import app.revanced.patches.music.navigation.sample.patch.SampleButtonPatch import app.revanced.patches.music.utils.annotations.MusicCompatibility import app.revanced.patches.music.utils.settings.resource.patch.SettingsPatch import app.revanced.patches.shared.patch.versionspoof.AbstractVersionSpoofPatch @@ -16,7 +18,13 @@ import app.revanced.util.integrations.Constants.MUSIC_MISC_PATH @Patch @Name("Spoof app version") @Description("Spoof the YouTube Music client version.") -@DependsOn([SettingsPatch::class]) +@DependsOn( + [ + OldStyleLibraryShelfPatch::class, + SampleButtonPatch::class, + SettingsPatch::class + ] +) @MusicCompatibility class SpoofAppVersionPatch : AbstractVersionSpoofPatch(