We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc33f5f commit 45ca46dCopy full SHA for 45ca46d
Sources/FeedKit/Feeds/Atom/AtomFeedEntry.swift
@@ -267,6 +267,7 @@ extension AtomFeedEntry: Codable {
267
rights = try container.decodeIfPresent(String.self, forKey: CodingKeys.rights)
268
media = try container.decodeIfPresent(Media.self, forKey: CodingKeys.media)
269
youTube = try container.decodeIfPresent(YouTube.self, forKey: CodingKeys.youTube)
270
+ dublinCore = try container.decodeIfPresent(DublinCore.self, forKey: CodingKeys.dublinCore)
271
geoRSS = try container.decodeIfPresent(GeoRSSSimple.self, forKey: CodingKeys.geoRSS)
272
}
273
0 commit comments