Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lasers
NewPipeExtractor
Commits
c76f39c8
Commit
c76f39c8
authored
Aug 13, 2017
by
Christian Schabesberger
Browse files
fix minor details
parent
7b7f6d2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/schabi/newpipe/extractor/kiosk/KioskInfo.java
View file @
c76f39c8
...
...
@@ -50,6 +50,8 @@ public class KioskInfo extends ListInfo {
public
static
KioskInfo
getInfo
(
KioskExtractor
extractor
)
throws
ParsingException
{
KioskInfo
info
=
new
KioskInfo
();
info
.
type
=
extractor
.
getType
();
info
.
name
=
extractor
.
getName
();
info
.
id
=
extractor
.
getId
();
try
{
StreamInfoItemCollector
c
=
extractor
.
getStreams
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment