mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-12 21:30:33 +05:30
Minor typo fix
This commit is contained in:
parent
122c464bb4
commit
cd81998705
@ -104,7 +104,7 @@ public class StreamInfo extends AbstractStreamInfo {
|
||||
|| (streamInfo.id == null || streamInfo.id.isEmpty())
|
||||
|| (streamInfo.title == null /* streamInfo.title can be empty of course */)
|
||||
|| (streamInfo.age_limit == -1)) {
|
||||
throw new ExtractionException("Some importand stream information was not given.");
|
||||
throw new ExtractionException("Some important stream information was not given.");
|
||||
}
|
||||
|
||||
return streamInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user