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:
@@ -18,9 +18,9 @@ class JellyfinSyncService 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);
|
||||
$this->httpClient = new Client([
|
||||
'timeout' => 30,
|
||||
'headers' => [
|
||||
|
||||
Reference in New Issue
Block a user