The real difference from a manual add: the wishlist resolves a show's synopsis + cast from /api/video/detail/show/<library_id>, and falls back to the TMDB endpoint only when library_id is absent (which redirects/lacks cast for owned shows). A manual add sends show.library_id; the automation sent none — so auto-added shows read as 'not matched' with no synopsis/actors. The handler now carries the show's library id (the calendar's show_id) through to the wishlist. |
||
|---|---|---|
| .. | ||
| handlers | ||
| __init__.py | ||
| api.py | ||
| blocks.py | ||
| deps.py | ||
| progress.py | ||
| schedule.py | ||
| signals.py | ||