14 lines
646 B
Diff
14 lines
646 B
Diff
diff --git a/src/internet/spotify/spotifyservice.cpp b/src/internet/spotify/spotifyservice.cpp
|
|
index 88c7383..6e0893c 100644
|
|
--- a/src/internet/spotify/spotifyservice.cpp
|
|
+++ b/src/internet/spotify/spotifyservice.cpp
|
|
@@ -94,7 +94,7 @@ SpotifyService::SpotifyService(Application* app, InternetModel* parent)
|
|
system_blob_path_ = QCoreApplication::applicationDirPath() +
|
|
"/../PlugIns/clementine-spotifyblob";
|
|
#else
|
|
- system_blob_path_ = QCoreApplication::applicationDirPath() +
|
|
+ system_blob_path_ = qgetenv("CLEMENTINE_SPOTIFYBLOB") +
|
|
"/clementine-spotifyblob" CMAKE_EXECUTABLE_SUFFIX;
|
|
#endif
|
|
|