Make some items serializable and fix channel feed url

This commit is contained in:
Mauricio Colli
2017-04-21 09:11:14 -03:00
parent 08457de763
commit afef926844
5 changed files with 23 additions and 24 deletions

View File

@@ -1,5 +1,7 @@
package org.schabi.newpipe.extractor;
import java.io.Serializable;
/**
* Created by the-scrabi on 11.02.17.
*
@@ -20,7 +22,7 @@ package org.schabi.newpipe.extractor;
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>.
*/
public interface InfoItem {
public interface InfoItem extends Serializable{
public enum InfoType {
STREAM,
PLAYLIST,