fix: update dictionary, fix parsing playlist dates in am and no

This commit is contained in:
ThetaDev 2024-02-13 18:38:58 +01:00
parent ebac82421b
commit 582a386d76
8 changed files with 65 additions and 55 deletions

View file

@ -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()),