Bugfix: Correctly detect LastUpdated selector presence

This commit is contained in:
Starbeamrainbowlabs 2019-08-05 00:33:59 +01:00
parent ffb7318382
commit 39a068d14b
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ namespace PolyFeed
);
}
if (source.Entries.Published != null) {
if (source.Entries.LastUpdated != null) {
nextItem.LastUpdated = DateTime.Parse(
nextNode.QuerySelectorAttributeOrText(
source.Entries.LastUpdated