Skip to content

Commit 64e4baf

Browse files
committed
Remove not needed comment
1 parent 8e07a76 commit 64e4baf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamInfoItemLockupExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private StreamType determineStreamType() throws ParsingException {
100100

101101
@Override
102102
public boolean isAd() throws ParsingException {
103-
final String name = getName(); // only get it once
103+
final String name = getName();
104104
return "[Private video]".equals(name)
105105
|| "[Deleted video]".equals(name);
106106
}

0 commit comments

Comments
 (0)