fix: playlist deserialization error, add VecSkipErrorWrap
This commit is contained in:
parent
bb396968dc
commit
963ff14dc1
10 changed files with 129 additions and 55 deletions
|
|
@ -6,7 +6,7 @@ mod vec_log_err;
|
|||
|
||||
pub use date::DateYmd;
|
||||
pub use range::Range;
|
||||
pub use vec_log_err::VecLogError;
|
||||
pub use vec_log_err::{VecLogError, VecSkipErrorWrap};
|
||||
|
||||
use std::fmt::Debug;
|
||||
|
||||
|
|
|
|||
Reference in a new issue