Use correct file extension in organize preview and resulting filename

Fixes #564
This commit is contained in:
Jonas Kvinge
2020-10-18 13:24:33 +02:00
parent cf17ff4478
commit 2ad1a60e59
5 changed files with 19 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ class OrganizeDialog : public QDialog {
void SetCopy(bool copy);
static Organize::NewSongInfoList ComputeNewSongsFilenames(const SongList &songs, const OrganizeFormat &format);
static Organize::NewSongInfoList ComputeNewSongsFilenames(const SongList &songs, const OrganizeFormat &format, const QString &extension = QString());
void SetPlaylist(const QString &playlist);