mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-16 14:01:58 +02:00
Add default case to switch.
This commit is contained in:
parent
026b257fef
commit
74d6ccd47d
@ -897,6 +897,9 @@ AudioEngine::checkStateQueue()
|
||||
m_mediaObject->pause();
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user