From 1603c10bbab61b4a84380c8a9d5aa77536a4f1c7 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 18 Aug 2022 12:10:55 +0200 Subject: XPath ability to define the UID manually (#4507) * XPath ability to define the UID manually * Fix error in i18n --- app/Services/ImportService.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Services/ImportService.php') 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; } } } -- cgit v1.2.3