From aed800429c178081fdb9182ed69f62dff49e9c1d Mon Sep 17 00:00:00 2001 From: eevee Date: Tue, 11 Jun 2024 03:11:51 +0300 Subject: [PATCH] fix --- Sources/EeveeSpotify/Premium/DynamicPremium.x.swift | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Sources/EeveeSpotify/Premium/DynamicPremium.x.swift b/Sources/EeveeSpotify/Premium/DynamicPremium.x.swift index fda4f7f..85f170f 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 }