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.
Apps
1 parent eb8e1f2 commit 6a1363aCopy full SHA for 6a1363a
src/cmd/cmd.go
@@ -59,8 +59,9 @@ func InitPaths() {
59
60
spotifyPath = utils.ReplaceEnvVarsInString(spotifyPath)
61
prefsPath = utils.ReplaceEnvVarsInString(prefsPath)
62
+ testPath := filepath.Join(spotifyPath, "Apps")
63
- if _, err := os.Stat(spotifyPath); err != nil {
64
+ if _, err := os.Stat(testPath); err != nil {
65
actualSpotifyPath := utils.FindAppPath()
66
67
if len(actualSpotifyPath) == 0 {
0 commit comments