diff --git a/Sources/EeveeSpotify/Premium/DynamicPremium.x.swift b/Sources/EeveeSpotify/Premium/DynamicPremium.x.swift index fda4f7f1..85f170f0 100644 --- a/Sources/EeveeSpotify/Premium/DynamicPremium.x.swift +++ b/Sources/EeveeSpotify/Premium/DynamicPremium.x.swift @@ -83,9 +83,7 @@ class SPTCoreURLSessionDataDelegateHook: ClassHook { return } - let isModifyingBootstrapResponse = UserDefaults.patchType == .requests - - if url.isBootstrap && isModifyingBootstrapResponse { + if url.isBootstrap { URLSessionHelper.shared.setOrAppend(data, for: url) return }