remove_item
Description:
public void remove_item (
MediaItem item)
Removes MediaItem from the queue.
If item either was never in the queue or was removed from it earlier, this function will do nothing, so it is safe to call multiple times
if unsure.
Parameters:
| this |
a Queue
|
| item |
a MediaItem
|