diff --git a/Sources/EeveeSpotify/Tweak.x.swift b/Sources/EeveeSpotify/Tweak.x.swift index 90f0259..04097f1 100644 --- a/Sources/EeveeSpotify/Tweak.x.swift +++ b/Sources/EeveeSpotify/Tweak.x.swift @@ -17,11 +17,11 @@ struct ModernPremiumPatchingGroup: HookGroup { } func activatePremiumPatchingGroup() { BasePremiumPatchingGroup().activate() - if EeveeSpotify.hookTarget == .latest { - ModernPremiumPatchingGroup().activate() + if EeveeSpotify.hookTarget == .lastAvailableiOS14 { + LegacyPremiumPatchingGroup().activate() } else { - LegacyPremiumPatchingGroup().activate() + ModernPremiumPatchingGroup().activate() } }