diff --git a/backend/templates/watch-overview.html b/backend/templates/watch-overview.html index 85e24542..11d3776a 100644 --- a/backend/templates/watch-overview.html +++ b/backend/templates/watch-overview.html @@ -46,7 +46,7 @@ {% if watch.newest_history_key| int > watch.last_viewed| int %}unviewed{% endif %}"> {{ loop.index }} Pause - {{watch.title if watch.title is not none else watch.url}} + {{watch.title if watch.title is not none and watch.title|length > 0 else watch.url}} {% if watch.last_error is defined and watch.last_error != False %}
{{ watch.last_error }}