Description implements Serializable. fix NotSerializableException

This commit is contained in:
bopol 2020-02-07 14:10:54 +01:00
parent 0f8a7f9df2
commit 11bcc78d9c
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
package org.schabi.newpipe.extractor.stream;
public class Description {
import java.io.Serializable;
public class Description implements Serializable {
public static final int HTML = 1;
public static final int MARKDOWN = 2;