mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-14 18:56:32 +01:00
My fault, was testing something and forgoten to replace song.basefilename()
This commit is contained in:
parent
361cca83cb
commit
e244c9cfb2
@ -147,7 +147,7 @@ int OrganiseDialog::SetFilenames(const QStringList& filenames, quint64 total_siz
|
||||
|
||||
// Load some of the songs to show in the preview
|
||||
for (const QString& filename : filenames) {
|
||||
TagReaderClient::Instance()->ReadFileBlocking(song.basefilename(), &song);
|
||||
TagReaderClient::Instance()->ReadFileBlocking(filename, &song);
|
||||
if (song.is_valid())
|
||||
songs << song;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user