Fix jdoc / comments.
This commit is contained in:
parent
a7c9905183
commit
3f6a601be8
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@ public class AudioStream extends Stream {
|
|||
/**
|
||||
* Create a new audio stream
|
||||
* @param url the url
|
||||
* @param format the format
|
||||
* @param averageBitrate the average bitrate
|
||||
* @param itag the ItagItem to use
|
||||
*/
|
||||
public AudioStream(String url, ItagItem itag) {
|
||||
super(url, itag.getMediaFormat());
|
||||
|
|
Loading…
Reference in a new issue