Moodbar: Disable moodbar loader for CUE songs

This commit is contained in:
Jonas Kvinge
2022-01-05 18:58:02 +01:00
parent 7d55eb4b44
commit fdedfd54c7
8 changed files with 17 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ void MoodbarController::CurrentSongChanged(const Song &song) {
QByteArray data;
MoodbarPipeline *pipeline = nullptr;
const MoodbarLoader::Result result = app_->moodbar_loader()->Load(song.url(), &data, &pipeline);
const MoodbarLoader::Result result = app_->moodbar_loader()->Load(song.url(), song.has_cue(), &data, &pipeline);
switch (result) {
case MoodbarLoader::CannotLoad: