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
|
|
@ -1428,7 +1428,7 @@ impl RustyPipeQuery {
|
|||
if level > Level::DBG || self.opts.report {
|
||||
if let Some(reporter) = &self.client.inner.reporter {
|
||||
let report = Report {
|
||||
info: RustyPipeInfo::default(),
|
||||
info: RustyPipeInfo::new(Some(self.opts.lang)),
|
||||
level,
|
||||
operation: &format!("{operation}({id})"),
|
||||
error,
|
||||
|
|
|
|||
Reference in a new issue