GetConfigPath returns location of config file
()
| 203 | |
| 204 | // GetConfigPath returns location of config file |
| 205 | func GetConfigPath() string { |
| 206 | return filepath.Join(spicetifyFolder, "config-xpui.ini") |
| 207 | } |
| 208 | |
| 209 | // GetSpotifyPath returns location of Spotify client |
| 210 | func GetSpotifyPath() string { |
no outgoing calls
no test coverage detected