mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 16:29:43 +01:00
Handle linux in checkForResolver
This commit is contained in:
parent
b66e191078
commit
982945107e
@ -186,6 +186,9 @@ SpotifyAccount::checkForResolver()
|
||||
#elif defined(Q_OS_WIN)
|
||||
QDir appDataDir = TomahawkUtils::appDataDir();
|
||||
return appDataDir.exists( QString( "atticaresolvers/%1/spotify_tomahawkresolver.exe" ).arg( s_resolverId ) );
|
||||
#elif defined(Q_OS_LINUX)
|
||||
QDir appDataDir = TomahawkUtils::appDataDir();
|
||||
return appDataDir.exists( QString( "atticaresolvers/%1/spotify_tomahawkresolver" ).arg( s_resolverId ) );
|
||||
#endif
|
||||
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user