Overview
Fetches a list of the episode sources and its tracks for a specific server. This function takes anid as a parameter. It is required to pass id to fetch the sources of a server.
Usage
index.ts
The
id can be found on each Server object from the getEpisodeServers().
method. You must pass the id comes from server, not from any other source
object.Response
response
Parameters
id
- Type:
string - Required:
true - Description: The unique identifier of the
server