Hi,
I’ve just a lite question, so stupid. I’ve got Command in my playlist.
In this command, i want to do the following : Insert a IPlaylistItem just after this Command/Item position.
I guess the Add function is this one :
CurrentPlaylist.Add( index, IPlaylistItem);
But the goal is to get the actual position of the Command, and make +1.
Cheers,
Alex.