diff --git a/README.md b/README.md index 41d8929..b4b7c1c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Play-dl - -# ⚠️ Play-dl is no longer being maintained. ⚠️ - A **light-weight** YouTube, SoundCloud, Spotify and Deezer streaming and searching library. - Search by video, playlist/album, channel/artist diff --git a/play-dl/YouTube/classes/SeekStream.ts b/play-dl/YouTube/classes/SeekStream.ts index 58df9fd..7c06c77 100644 --- a/play-dl/YouTube/classes/SeekStream.ts +++ b/play-dl/YouTube/classes/SeekStream.ts @@ -63,6 +63,7 @@ export class SeekStream { * @param duration Duration of audio playback [ in seconds ] * @param headerLength Length of the header in bytes. * @param contentLength Total length of Audio file in bytes. + * @param bitrate Bitrate provided by YouTube. * @param video_url YouTube video url. * @param options Options provided to stream function. */