summaryrefslogtreecommitdiffstats
path: root/src/library/recording/recordingfeature.cpp
diff options
context:
space:
mode:
authorMarcos CARDINOT <mcardinot@gmail.com>2014-07-21 18:12:35 +0100
committerMarcos CARDINOT <mcardinot@gmail.com>2014-07-21 18:12:35 +0100
commitab3081c349a8e18ca090584b1cac3160ef832d1a (patch)
treeb215ea4112ed9481bf329b775c694bd9e39376f5 /src/library/recording/recordingfeature.cpp
parent9ace58123ad7822403bd2a244dbf4ee145247bda (diff)
do not show cover widget for non-supported features
It emits "enableCoverArtDisplay(bool)" in the active() method of all features. Supported features -analysis -autodj -crates -library -history -playlist Non-supported features: -banshee -browse -itunes -recording -rhythmbox -traktor
Diffstat (limited to 'src/library/recording/recordingfeature.cpp')
-rw-r--r--src/library/recording/recordingfeature.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library/recording/recordingfeature.cpp b/src/library/recording/recordingfeature.cpp
index 8aa4e42ae6..dd430d05db 100644
--- a/src/library/recording/recordingfeature.cpp
+++ b/src/library/recording/recordingfeature.cpp
@@ -65,4 +65,5 @@ void RecordingFeature::activate() {
emit(switchToView(m_sRecordingViewName));
// Ask the view to emit a restoreSearch signal.
emit(requestRestoreSearch());
+ emit(enableCoverArtDisplay(false));
}