mirror of
https://github.com/sbrl/PolyFeed.git
synced 2024-11-22 06:23:02 +00:00
Bugfix: Correctly detect LastUpdated selector presence
This commit is contained in:
parent
ffb7318382
commit
39a068d14b
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ namespace PolyFeed
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
if (source.Entries.Published != null) {
|
if (source.Entries.LastUpdated != null) {
|
||||||
nextItem.LastUpdated = DateTime.Parse(
|
nextItem.LastUpdated = DateTime.Parse(
|
||||||
nextNode.QuerySelectorAttributeOrText(
|
nextNode.QuerySelectorAttributeOrText(
|
||||||
source.Entries.LastUpdated
|
source.Entries.LastUpdated
|
||||||
|
|
Loading…
Reference in a new issue