Build and Deploy / build-and-deploy (push) Successful in 2m11s
The previous "orphaned" condition (blacklisted && not in library) was
too narrow - a title reached by drilling into another release's
recommends list, or via manual search, is very often not blacklisted
at all, just not something you've acted on yet, and still had no way
to act on it without leaving the modal. Now mirrors MediaCard's own
logic generally, by status/watched combination:
- IN_LIBRARY: badge only, same as everywhere else.
- not in library, already watched: "Добавить в Radarr/Sonarr" +
blacklist toggle, but no "Уже смотрел" (already true).
- not in library, not watched: all three actions.
The blacklist toggle is now two-way ("Не предлагать" / "Добавить в
рекомендации" depending on current state), matching normal cards
instead of only ever offering the un-hide direction.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>