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
--HG-- branch : develop
This commit is contained in:
parent
aa39c4fccc
commit
c2226fe3ff
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ public:
|
||||||
// Add songs from playlists
|
// Add songs from playlists
|
||||||
for (i = 0; i < playlists.size(); ++i)
|
for (i = 0; i < playlists.size(); ++i)
|
||||||
{
|
{
|
||||||
addFromPlaylist(filesToProcess[i], filenames);
|
addFromPlaylist(playlists[i], filenames);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Build the songs array
|
// Build the songs array
|
||||||
|
|
Loading…
Reference in a new issue