mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-30 22:05:18 +00:00
Description implements Serializable. fix NotSerializableException
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user