2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-30 22:05:18 +00:00
This commit is contained in:
litetex
2025-07-08 21:51:07 +02:00
parent f15190f8f9
commit 708587a992

View File

@@ -261,7 +261,8 @@ public class YoutubeStreamInfoItemLockupExtractor implements StreamInfoItemExtra
@Nullable
@Override
public String getShortDescription() throws ParsingException {
public String getShortDescription() {
// Not present
return null;
}