ClearQueue(id)

Clear the entire TV queue.

Parameters:

  • id (string): TV identifier.

Returns:
(None)

Example:

exports['mrctv']:ClearQueue("exampleTV")
print("TV queue cleared")