Skip to content

Commit 8a9dd40

Browse files
committed
fix: remove unused appending
1 parent 52e0859 commit 8a9dd40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/apply/apply.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ func AdditionalOptions(appsFolderPath string, flags Flag) {
6464
filesToModified[filepath.Join(appsFolderPath, "xpui", "xpui.js")] = append(filesToModified[filepath.Join(appsFolderPath, "xpui", "xpui.js")], insertCustomApp)
6565
if spotifyMajor >= 1 && spotifyMinor >= 2 && spotifyPatch >= 57 {
6666
filesToModified[filepath.Join(appsFolderPath, "xpui", "xpui.js")] = append(filesToModified[filepath.Join(appsFolderPath, "xpui", "xpui.js")], insertExpFeatures)
67-
filesToModified[filepath.Join(appsFolderPath, "xpui", "xpui-modules.js")] = append(filesToModified[filepath.Join(appsFolderPath, "xpui", "xpui-modukes.js")], insertExpFeatures)
6867
} else {
6968
filesToModified[filepath.Join(appsFolderPath, "xpui", "vendor~xpui.js")] = []func(string, Flag){insertExpFeatures}
7069
}

0 commit comments

Comments
 (0)