Skip to content

Commit

Permalink
fix(preprocess): remove checking spotify ver
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri committed Feb 8, 2025
1 parent 4b4f76f commit c3485db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/preprocess/preprocess.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ func Start(version string, extractedAppsPath string, flags Flag) {
content = exposeAPIs_vendor(content)
}
case "vendor~xpui.js":
if spotifyMajor < 1 && spotifyMinor < 2 && spotifyPatch < 57 {
content = exposeAPIs_vendor(content)
}
content = exposeAPIs_vendor(content)
}
}
for k, v := range cssTranslationMap {
Expand Down

0 comments on commit c3485db

Please sign in to comment.