fix: update dictionary, fix parsing playlist dates in am and no
This commit is contained in:
parent
ebac82421b
commit
582a386d76
8 changed files with 65 additions and 55 deletions
|
|
@ -36,7 +36,7 @@ impl DeobfData {
|
|||
if let Err(e) = &res {
|
||||
if let Some(reporter) = reporter {
|
||||
let report = Report {
|
||||
info: RustyPipeInfo::default(),
|
||||
info: RustyPipeInfo::new(None),
|
||||
level: Level::ERR,
|
||||
operation: "extract_deobf",
|
||||
error: Some(e.to_string()),
|
||||
|
|
|
|||
Reference in a new issue