mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 04:51:48 +00:00
Merge with develop
This commit is contained in:
parent
d16ab852f3
commit
5e712f3e02
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