Skip to content

Commit c3485db

Browse files
committed
fix(preprocess): remove checking spotify ver
1 parent 4b4f76f commit c3485db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/preprocess/preprocess.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ func Start(version string, extractedAppsPath string, flags Flag) {
118118
content = exposeAPIs_vendor(content)
119119
}
120120
case "vendor~xpui.js":
121-
if spotifyMajor < 1 && spotifyMinor < 2 && spotifyPatch < 57 {
122-
content = exposeAPIs_vendor(content)
123-
}
121+
content = exposeAPIs_vendor(content)
124122
}
125123
}
126124
for k, v := range cssTranslationMap {

0 commit comments

Comments
 (0)