We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9017247 commit ad4b720Copy full SHA for ad4b720
spicetify.go
@@ -170,6 +170,7 @@ func main() {
170
return
171
172
case "spotify-updates":
173
+ cmd.InitPaths()
174
commands = commands[1:]
175
if len(commands) == 0 {
176
utils.PrintError("No parameter given. It has to be \"block\" or \"unblock\".")
@@ -187,6 +188,7 @@ func main() {
187
188
189
190
case "path":
191
192
193
path, err := (func() (string, error) {
194
if styleFocus {
@@ -230,6 +232,8 @@ func main() {
230
232
231
233
234
case "watch":
235
236
+
237
var name []string
238
if len(commands) > 1 {
239
name = commands[1:]
0 commit comments