Formatting
This commit is contained in:
@@ -78,7 +78,7 @@ class Organize : public QObject {
|
||||
void Start();
|
||||
|
||||
Q_SIGNALS:
|
||||
void Finished(const QStringList &files_with_errors, const QStringList&);
|
||||
void Finished(const QStringList &files_with_errors, const QStringList &log);
|
||||
void FileCopied(const int database_id);
|
||||
void SongPathChanged(const Song &song, const QFileInfo &new_file, const std::optional<int> new_collection_directory_id);
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ using namespace Qt::Literals::StringLiterals;
|
||||
namespace {
|
||||
constexpr char kSettingsGroup[] = "OrganizeDialog";
|
||||
constexpr char kDefaultFormat[] = "%albumartist/%album{ (Disc %disc)}/{%track - }{%albumartist - }%album{ (Disc %disc)} - %title.%extension";
|
||||
}
|
||||
} // namespace
|
||||
|
||||
OrganizeDialog::OrganizeDialog(const SharedPtr<TaskManager> task_manager,
|
||||
const SharedPtr<TagReaderClient> tagreader_client,
|
||||
|
||||
Reference in New Issue
Block a user