Skip to content

Commit 45ca46d

Browse files
committed
Fixed test
1 parent fc33f5f commit 45ca46d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/FeedKit/Feeds/Atom/AtomFeedEntry.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ extension AtomFeedEntry: Codable {
267267
rights = try container.decodeIfPresent(String.self, forKey: CodingKeys.rights)
268268
media = try container.decodeIfPresent(Media.self, forKey: CodingKeys.media)
269269
youTube = try container.decodeIfPresent(YouTube.self, forKey: CodingKeys.youTube)
270+
dublinCore = try container.decodeIfPresent(DublinCore.self, forKey: CodingKeys.dublinCore)
270271
geoRSS = try container.decodeIfPresent(GeoRSSSimple.self, forKey: CodingKeys.geoRSS)
271272
}
272273

0 commit comments

Comments
 (0)