Skip to content

Commit

Permalink
fix: modify filePath from .config to .cache (#1618)
Browse files Browse the repository at this point in the history
Co-authored-by: ririxi <mail@ririxi.dev>
  • Loading branch information
Kafva and rxri authored Apr 25, 2022
1 parent 427e9c6 commit cb29966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions spicetify.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,9 @@ restore Restore Spotify to original state.
clear Clear current backup files.
enable-devtool Enable Spotify's developer tools.
enable-devtools Enable Spotify's developer tools.
Hit Ctrl + Shift + I in the client to start using.
disable-devtool Disable Spotify's developer tools.
watch Enter watch mode.
On default, update CSS on color.ini or user.css's changes.
To update on change, use with any combination of the following flags:
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/devtools.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func SetDevTools() {
homePath = snapSpotifyHome
}

filePath = homePath + "/.config/spotify/offline.bnk"
filePath = homePath + "/.cache/spotify/offline.bnk"
}
case "darwin":
filePath = os.Getenv("HOME") + "/Library/Application Support/Spotify/PersistentCache/offline.bnk"
Expand Down

0 comments on commit cb29966

Please sign in to comment.