13 lines
392 B
Diff
13 lines
392 B
Diff
|
diff --git a/src/utils/config.go b/src/utils/config.go
|
||
|
index bde9dd4..91eae58 100644
|
||
|
--- a/src/utils/config.go
|
||
|
+++ b/src/utils/config.go
|
||
|
@@ -292,6 +292,7 @@ func linuxApp() string {
|
||
|
|
||
|
potentialList := []string{
|
||
|
"/opt/spotify/",
|
||
|
+ "/opt/spotify/spotify-client/",
|
||
|
"/usr/share/spotify/",
|
||
|
"/var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/",
|
||
|
}
|