mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Add default case to switch.
This commit is contained in:
@@ -897,6 +897,9 @@ AudioEngine::checkStateQueue()
|
||||
m_mediaObject->pause();
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user