fix: human-readable watch medium labels in classic HTML (Media Server, Physical Media)

This commit is contained in:
2026-07-10 00:44:23 +02:00
parent 081a20ae31
commit c8f93bdd35
2 changed files with 15 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
{% endfor %}
</div>
{% if let Some(wm) = entry.review().watch_medium() %}
<span class="watch-medium">{{ wm }}</span>
<span class="watch-medium">{{ wm.label() }}</span>
{% endif %}
{% if let Some(comment) = entry.review().comment() %}
<div class="comment">{{ comment.value() }}</div>