From b61061d3c155db4d07e5509677b532c0982f8d7c Mon Sep 17 00:00:00 2001 From: tcely Date: Fri, 28 Feb 2025 02:10:20 -0500 Subject: [PATCH] Keep the rows distinct --- tubesync/sync/templates/sync/tasks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/sync/templates/sync/tasks.html b/tubesync/sync/templates/sync/tasks.html index 8f137a90..f0a87493 100644 --- a/tubesync/sync/templates/sync/tasks.html +++ b/tubesync/sync/templates/sync/tasks.html @@ -74,8 +74,8 @@ {% endfor %} -{% include 'pagination.html' with pagination=sources.paginator filter=source.pk %} +{% include 'pagination.html' with pagination=sources.paginator filter=source.pk %}

Completed