Skip to content

Commit

Permalink
Description implements Serializable. fix NotSerializableException
Browse files Browse the repository at this point in the history
  • Loading branch information
B0pol committed Feb 7, 2020
1 parent 0f8a7f9 commit 11bcc78
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 11bcc78

Please sign in to comment.