Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
iim-ayush committed Jan 4, 2022
1 parent c5ecd43 commit c2b70e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions play-dl/index.ts
Expand Up @@ -108,6 +108,7 @@ async function stream(url: string, options?: StreamOptions): Promise<YouTubeStre
* - `string` language : Sets language of searched content [ YouTube search only. ], e.g. "en-US"
* - `number` quality : Quality number. [ 0 = Lowest, 1 = Medium, 2 = Highest ]
* - `boolean` htmldata : given data is html data or not
* - `number` precache : No of segments of data to store before looping [YouTube Live Stream only]. [ Defaults to 3 ]
* @returns A {@link YouTubeStream} or {@link SoundCloudStream} Stream to play
*/
async function stream(url: string, options: StreamOptions = {}): Promise<YouTubeStream | SoundCloudStream> {
Expand Down

0 comments on commit c2b70e6

Please sign in to comment.