From 23cda7b01e4b6022d8f40938c8193eac57a5a842 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Thu, 7 May 2026 00:26:47 -0700 Subject: Hide solo from companions panel in year-in-review Solo watches aren't relevant to the companions breakdown. Co-Authored-By: Claude Haiku 4.5 --- templates/year_review.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/year_review.html') diff --git a/templates/year_review.html b/templates/year_review.html index 3d03cc0..0a738e5 100644 --- a/templates/year_review.html +++ b/templates/year_review.html @@ -85,7 +85,9 @@

Companions

    {% for item in watched_with_breakdown %} + {% if item.watched_with.lower() != 'solo' %}
  1. {{ item.watched_with }}{{ item.count }}
  2. + {% endif %} {% endfor %}
-- cgit v1.3-2-g0d8e