Change jdoc / comments.

This commit is contained in:
FireMasterK 2021-02-11 21:59:09 +05:30
parent f31b2a68fd
commit e975d33fbe

View file

@ -48,7 +48,7 @@ public class AudioStream extends Stream {
/**
* Create a new audio stream
* @param url the url
* @param itag the ItagItem to use
* @param itag the ItagItem of the Stream
*/
public AudioStream(String url, ItagItem itag) {
this(url, itag.getMediaFormat(), itag.avgBitrate);