diff options
| author | 2022-08-18 12:10:55 +0200 | |
|---|---|---|
| committer | 2022-08-18 12:10:55 +0200 | |
| commit | 1603c10bbab61b4a84380c8a9d5aa77536a4f1c7 (patch) | |
| tree | 36ee76291c8e877d7421641ae7a38570ff65f8ce /app/Services/ImportService.php | |
| parent | 4f111c5b305078a641d13ac41ce7d798e3cc19ce (diff) | |
XPath ability to define the UID manually (#4507)
* XPath ability to define the UID manually
* Fix error in i18n
Diffstat (limited to 'app/Services/ImportService.php')
| -rw-r--r-- | app/Services/ImportService.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Services/ImportService.php b/app/Services/ImportService.php index e09da1f15..780dcbd07 100644 --- a/app/Services/ImportService.php +++ b/app/Services/ImportService.php @@ -179,6 +179,7 @@ class FreshRSS_Import_Service { case 'xPathItemTimestamp': $xPathSettings['itemTimestamp'] = $value['value']; break; case 'xPathItemThumbnail': $xPathSettings['itemThumbnail'] = $value['value']; break; case 'xPathItemCategories': $xPathSettings['itemCategories'] = $value['value']; break; + case 'xPathItemUid': $xPathSettings['itemUid'] = $value['value']; break; } } } |
