mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Adding songs from wrong list
This commit is contained in:
parent
8898671a14
commit
26d7c9a92c
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ public:
|
|||
// Add songs from playlists
|
||||
for (i = 0; i < playlists.size(); ++i)
|
||||
{
|
||||
addFromPlaylist(filesToProcess[i], filenames);
|
||||
addFromPlaylist(playlists[i], filenames);
|
||||
}
|
||||
|
||||
// Build the songs array
|
||||
|
|
Loading…
Reference in a new issue