From 76a48b89bd64ddf5a0913a35802aa845e706fbc0 Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Mon, 17 Aug 2026 21:07:53 +0200 Subject: [PATCH] Mark connector admin sync requests for private album imports --- runtime/lib/piwigo-db-sync.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/lib/piwigo-db-sync.pl b/runtime/lib/piwigo-db-sync.pl index ce9a6e2..7590e93 100644 --- a/runtime/lib/piwigo-db-sync.pl +++ b/runtime/lib/piwigo-db-sync.pl @@ -53,6 +53,7 @@ my $sync = $ua->post( sync_meta => 1, simulate => 0, 'subcats-included' => 1, + bratonien_connector => 1, submit => 1, }, );