From 22edd1bbda959c60b319ed400c0e028e71e905d0 Mon Sep 17 00:00:00 2001 From: locke4 <65832338+locke4@users.noreply.github.com> Date: Sun, 22 Oct 2023 02:25:19 +0100 Subject: [PATCH 1/3] Update pagination.html --- tubesync/common/templates/pagination.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/common/templates/pagination.html b/tubesync/common/templates/pagination.html index 0e378a8..e48b24d 100644 --- a/tubesync/common/templates/pagination.html +++ b/tubesync/common/templates/pagination.html @@ -3,7 +3,7 @@
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 2/3] 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 %} From 8240c49d5cee6bae0383007e32dc850c2a46d739 Mon Sep 17 00:00:00 2001 From: locke4 <65832338+locke4@users.noreply.github.com> Date: Sun, 22 Oct 2023 02:42:57 +0100 Subject: [PATCH 3/3] Update ci.yaml --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af629ae..a2b1225 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,6 +4,7 @@ env: IMAGE_NAME: tubesync on: + workflow_dispatch: push: branches: - main