Skip to content

Commit c76f39c

Browse files
committed
fix minor details
1 parent 7b7f6d2 commit c76f39c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/schabi/newpipe/extractor/kiosk/KioskInfo.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public static KioskInfo getInfo(StreamingService service, String url) throws IOE
5050
public static KioskInfo getInfo(KioskExtractor extractor) throws ParsingException {
5151
KioskInfo info = new KioskInfo();
5252
info.type = extractor.getType();
53+
info.name = extractor.getName();
54+
info.id = extractor.getId();
5355

5456
try {
5557
StreamInfoItemCollector c = extractor.getStreams();

0 commit comments

Comments
 (0)