Skip to content

Commit 3f6a601

Browse files
committed
Fix jdoc / comments.
1 parent a7c9905 commit 3f6a601

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/stream/AudioStream.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ public AudioStream(String url, MediaFormat format, int averageBitrate) {
4848
/**
4949
* Create a new audio stream
5050
* @param url the url
51-
* @param format the format
52-
* @param averageBitrate the average bitrate
51+
* @param itag the ItagItem to use
5352
*/
5453
public AudioStream(String url, ItagItem itag) {
5554
super(url, itag.getMediaFormat());

0 commit comments

Comments
 (0)