Description implements Serializable. fix NotSerializableException
This commit is contained in:
parent
0f8a7f9df2
commit
11bcc78d9c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue