Skip to content

Commit e975d33

Browse files
committed
Change jdoc / comments.
1 parent f31b2a6 commit e975d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public AudioStream(String url, MediaFormat format, int averageBitrate) {
4848
/**
4949
* Create a new audio stream
5050
* @param url the url
51-
* @param itag the ItagItem to use
51+
* @param itag the ItagItem of the Stream
5252
*/
5353
public AudioStream(String url, ItagItem itag) {
5454
this(url, itag.getMediaFormat(), itag.avgBitrate);

0 commit comments

Comments
 (0)