Update PlaylistInfo.java

added missing imports
This commit is contained in:
Redirion 2019-12-09 16:55:28 +01:00 committed by GitHub
parent e98112ea21
commit 035994b3cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,8 @@ import org.schabi.newpipe.extractor.stream.StreamInfoItem;
import org.schabi.newpipe.extractor.utils.ExtractorHelper;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
public class PlaylistInfo extends ListInfo<StreamInfoItem> {