Skip to content

Commit e12b797

Browse files
committed
Cleanup
1 parent 12082c5 commit e12b797

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ private String getTextContentFromMetadataPart(final JsonObject metadataPart) {
261261

262262
@Nullable
263263
@Override
264-
public String getShortDescription() throws ParsingException {
264+
public String getShortDescription() {
265+
// Not present
265266
return null;
266267
}
267268

0 commit comments

Comments
 (0)