PlayNextInQueue(id)

Play the next video in the TV queue.

Parameters:

  • id (string): TV identifier.

Returns:
(None)

Example:

exports['mrctv']:PlayNextInQueue("exampleTV")
print("Playing next video in TV queue")