Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whoeevee committed Jun 11, 2024
1 parent a71253a commit aed8004
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Sources/EeveeSpotify/Premium/DynamicPremium.x.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit aed8004

Please sign in to comment.