Is the player getting music right now? */
| 295 | |
| 296 | /** Is the player getting music right now? */ |
| 297 | bool MusicSystem::IsPlaying() const |
| 298 | { |
| 299 | return _settings_client.music.playing && !this->active_playlist.empty(); |
| 300 | } |
| 301 | |
| 302 | /** Is shuffle mode enabled? */ |
| 303 | bool MusicSystem::IsShuffle() const |
no test coverage detected