Do not update received_at field on normal import operation.

This commit is contained in:
Abdulmhsen B. A. A
2022-05-20 19:43:00 +03:00
parent 86e071fc10
commit 976fa03e75
2 changed files with 2 additions and 10 deletions

View File

@@ -1684,11 +1684,7 @@ class JellyfinServer implements ServerInterface
iFace::COLUMN_GUIDS => array_change_key_case((array)($item->ProviderIds ?? []), CASE_LOWER),
],
],
iFace::COLUMN_EXTRA => [
$this->name => [
iFace::COLUMN_EXTRA_DATE => makeDate($date),
],
],
iFace::COLUMN_EXTRA => [],
];
if (iFace::TYPE_EPISODE === $type) {

View File

@@ -1867,11 +1867,7 @@ class PlexServer implements ServerInterface
iFace::COLUMN_GUIDS => $this->parseGuids($item->Guid ?? []),
],
],
iFace::COLUMN_EXTRA => [
$this->name => [
iFace::COLUMN_EXTRA_DATE => makeDate($date),
],
],
iFace::COLUMN_EXTRA => [],
];
if (iFace::TYPE_EPISODE === $type) {