1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-20 04:41:36 +02:00

Show now playing icon also for collections

This commit is contained in:
Uwe L. Korn
2014-11-16 16:21:50 +01:00
parent 9487182438
commit 945740eb21

View File

@@ -167,6 +167,7 @@ SourceDelegate::paintDecorations( QPainter* painter, const QStyleOptionViewItem&
type == SourcesModel::Station || type == SourcesModel::Station ||
type == SourcesModel::TemporaryPage || type == SourcesModel::TemporaryPage ||
type == SourcesModel::LovedTracksPage || type == SourcesModel::LovedTracksPage ||
type == SourcesModel::Collection ||
type == SourcesModel::GenericPage ); type == SourcesModel::GenericPage );
const bool playing = ( AudioEngine::instance()->isPlaying() || AudioEngine::instance()->isPaused() ); const bool playing = ( AudioEngine::instance()->isPlaying() || AudioEngine::instance()->isPaused() );