We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27fc815 + a3b6b62 commit cfc8f0dCopy full SHA for cfc8f0d
dartvlc/internal/setters.hpp
@@ -46,9 +46,7 @@ class PlayerSetters: public PlayerEvents {
46
this->state->isPlaylist = true;
47
}
48
this->_onOpenCallback(this->mediaList.itemAtIndex(0));
49
- if (autoStart) {
50
- this->mediaListPlayer.playItemAtIndex(0);
51
- }
+ this->mediaListPlayer.playItemAtIndex(0);
52
this->state->index = 0;
53
this->state->isPlaying = this->mediaListPlayer.isPlaying();
54
this->state->isValid = this->mediaListPlayer.isValid();
0 commit comments