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 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 @@
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 %}