Copy album covers to file system devices

This commit is contained in:
Jonas Kvinge
2019-01-26 17:18:26 +01:00
parent ec5ec83edc
commit 1ce553fb65
13 changed files with 88 additions and 32 deletions

View File

@@ -61,6 +61,9 @@ class MusicStorage {
bool overwrite_;
bool mark_as_listened_;
bool remove_original_;
bool albumcover_;
QString cover_source_;
QString cover_dest_;
ProgressFunction progress_;
};