fix bug fix bug https://github.com/AriaLyy/Aria/issues/595
修复一个数据升级导致的taskType列不存在问题,https://github.com/AriaLyy/Aria/issues/586
This commit is contained in:
@@ -115,6 +115,15 @@ public final class M3U8TaskOption implements ITaskOption {
|
||||
*/
|
||||
private boolean ignoreFailureTs = false;
|
||||
|
||||
/**
|
||||
* 密钥文件保存路径
|
||||
*/
|
||||
private String keyPath;
|
||||
|
||||
public String getKeyPath() {
|
||||
return keyPath;
|
||||
}
|
||||
|
||||
public boolean isIgnoreFailureTs() {
|
||||
return ignoreFailureTs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user