diff --git a/changedetectionio/blueprint/ui/__init__.py b/changedetectionio/blueprint/ui/__init__.py index 7755d2ca8..b0a0a40e2 100644 --- a/changedetectionio/blueprint/ui/__init__.py +++ b/changedetectionio/blueprint/ui/__init__.py @@ -249,7 +249,7 @@ def construct_blueprint(datastore: ChangeDetectionStore, update_q, worker_handle if i == 0: flash("No watches available to recheck.") - return redirect(url_for('watchlist.index')) + return redirect(url_for('watchlist.index', **({'tag': tag} if tag else {}))) @ui_blueprint.route("/form/checkbox-operations", methods=['POST']) @login_optionally_required