diff --git a/Cargo.lock b/Cargo.lock index a6f6158..62c9770 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2458,7 +2458,7 @@ dependencies = [ [[package]] name = "ytd" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index dfd1704..bf4f290 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ytd" -version = "0.3.0" +version = "0.3.1" edition = "2024" license = "MIT" readme = "README.md" diff --git a/src/main.rs b/src/main.rs index 4fe660c..de5a64d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -85,6 +85,7 @@ async fn main() { match database.get(&item.id) { Ok(id) => { if id.is_some() { + items_processed += 1; debug!( "item `{}` for channel `{c}` already processed; skip handle.", item.id