mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-22 23:26:15 +00:00
Merge with develop
--HG-- branch : compatibility-develop
This commit is contained in:
commit
a86c38648b
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