1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00
archivr/crates/archivr-server
TheGeneralist e2f50a9856
fix(core): playlist total size includes children; per_item_quality as include-set
archive.rs: total_artifact_bytes for root entries now adds a correlated
subquery summing children's blob bytes so playlist/channel containers
show the real download size instead of 0.

capture.rs: non-empty per_item_quality map now acts as an include-set —
items whose yt-dlp ID is absent are skipped entirely. This wires the
UI's per-video delete button to actual capture exclusion. Empty map
preserves the existing behaviour (download everything).

routes.rs + capture.rs doc: comments updated to reflect both semantics
(empty = all / non-empty = only listed IDs) accurately.
2026-07-21 13:18:27 +02:00
..
src fix(core): playlist total size includes children; per_item_quality as include-set 2026-07-21 13:18:27 +02:00
static fix(frontend): prevent 'reading some of undefined' crash from stale sessionStorage 2026-07-21 12:14:44 +02:00
Cargo.toml feat: entry previews (#24) 2026-07-12 16:23:04 +02:00