📝 Provide a description of the new feature
Currently spicetify ignores the XDG_CACHE_HOME env var and hardcodes looking in ~/.cache
|
filePath = homePath + "/.cache/spotify/offline.bnk" |
Preferably, it'd use the XDG var first and use ~/.cache as a fallback
➕ Additional Information
No response
📝 Provide a description of the new feature
Currently spicetify ignores the XDG_CACHE_HOME env var and hardcodes looking in ~/.cache
cli/src/cmd/devtools.go
Line 40 in 7bd6df4
Preferably, it'd use the XDG var first and use ~/.cache as a fallback
➕ Additional Information
No response