Organize: Only load embedded cover if the destination is a device

This commit is contained in:
Jonas Kvinge
2022-10-19 18:37:49 +02:00
parent 99d963b99c
commit f10e928106
5 changed files with 8 additions and 13 deletions

View File

@@ -33,6 +33,7 @@
#include <QMetaType>
#include <QString>
#include <QList>
#include <QImage>
#include "song.h"
@@ -67,6 +68,7 @@ class MusicStorage {
bool albumcover_;
QString cover_source_;
QString cover_dest_;
QImage cover_image_;
ProgressFunction progress_;
QString playlist_;
};