
after load playlist fullscreen
I have this situation. after my playlist complete I need to load another one, but if the player is in fullscreen mode after load the new playlist is goes out of full screen mode.
Any ideas how to resolve this situation.
playerInstance.on('playlistComplete', function () {
playerInstance.load(rssUpdated);
});