Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: 0.9 SDK: set_playing_playlist() with random (Read 1789 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

0.9 SDK: set_playing_playlist() with random

Hi;

I have some code that uses the static_api_ptr_t to the playlist manager to call set_playing_playlist.

If a next/previous command is then issued using the playback_control it correctly selects the song from the new playlist.

If a random command is issued however it seems to not use the playing_playlist just set, but rathar the active playlist.

I just wanted to point that out; if that is the intended behavoir it is no big deal.

Thanks!