mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
fix
This commit is contained in:
@@ -83,9 +83,7 @@ class SPTCoreURLSessionDataDelegateHook: ClassHook<NSObject> {
|
||||
return
|
||||
}
|
||||
|
||||
let isModifyingBootstrapResponse = UserDefaults.patchType == .requests
|
||||
|
||||
if url.isBootstrap && isModifyingBootstrapResponse {
|
||||
if url.isBootstrap {
|
||||
URLSessionHelper.shared.setOrAppend(data, for: url)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user