From 7f5b592f6f4f179f1aa279edb4fef68db085e90c Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 16 Apr 2021 10:29:03 +1000 Subject: [PATCH] Skip using tag limit on pause when no tag is being viewed --- backend/templates/watch-overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/templates/watch-overview.html b/backend/templates/watch-overview.html index d8dbd817..4d0f5aa6 100644 --- a/backend/templates/watch-overview.html +++ b/backend/templates/watch-overview.html @@ -45,7 +45,7 @@ {% if watch.paused is defined and watch.paused != False %}paused{% endif %} {% if watch.newest_history_key| int > watch.last_viewed| int %}unviewed{% endif %}"> {{ loop.index }} - Pause + Pause {{watch.title if watch.title is not none else watch.url}} {% if watch.last_error is defined and watch.last_error != False %}