From 0c5e3d38183fad953ef4c85ede3025de6597cfad Mon Sep 17 00:00:00 2001 From: locke4 <65832338+locke4@users.noreply.github.com> Date: Sun, 22 Oct 2023 02:30:24 +0100 Subject: [PATCH] Update media.html --- tubesync/sync/templates/sync/media.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/sync/templates/sync/media.html b/tubesync/sync/templates/sync/media.html index 420b15b..d2d4e63 100644 --- a/tubesync/sync/templates/sync/media.html +++ b/tubesync/sync/templates/sync/media.html @@ -64,5 +64,5 @@ {% endfor %} -{% include 'pagination.html' with pagination=sources.paginator filter=source.pk show_skipped=show_skipped %} +{% include 'pagination.html' with pagination=sources.paginator filter=source.pk show_skipped=show_skipped only_skipped=only_skipped%} {% endblock %}