mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-08 23:23:20 +00:00
one more improvement
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user