mirror of
https://github.com/ceratic/MediaCollectorLibary.git
synced 2026-05-13 23:56:46 +02:00
sync logs :D
This commit is contained in:
@@ -16,9 +16,9 @@ class AdultSyncService extends BaseSyncService
|
||||
private int $newCount = 0;
|
||||
private int $updatedCount = 0;
|
||||
|
||||
public function __construct(PDO $pdo, array $source)
|
||||
public function __construct(PDO $pdo, array $source, ?int $existingSyncLogId = null)
|
||||
{
|
||||
parent::__construct($pdo, $source);
|
||||
parent::__construct($pdo, $source, $existingSyncLogId);
|
||||
|
||||
// Find XBVR and Stash sources
|
||||
$this->xbvrSource = $this->findSourceByName('xbvr');
|
||||
|
||||
Reference in New Issue
Block a user