mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 18:14:50 +02:00
Don't refer to Phonon anymore on audio problems
This commit is contained in:
@@ -1265,12 +1265,7 @@ TomahawkWindow::onJSPFError() {
|
||||
void
|
||||
TomahawkWindow::onAudioEngineError( AudioEngine::AudioErrorCode /* error */ )
|
||||
{
|
||||
QString msg;
|
||||
#ifdef Q_OS_LINUX
|
||||
msg = tr( "Sorry, there is a problem accessing your audio device or the desired track, current track will be skipped. Make sure you have a suitable Phonon backend and required plugins installed." );
|
||||
#else
|
||||
msg = tr( "Sorry, there is a problem accessing your audio device or the desired track, current track will be skipped." );
|
||||
#endif
|
||||
QString msg = tr( "Sorry, there is a problem accessing your audio device or the desired track, current track will be skipped." );
|
||||
|
||||
tLog() << msg;
|
||||
|
||||
|
Reference in New Issue
Block a user