Merge pull request #3617 from stuartbreckenridge/ios-candidate
Fixes `LatestArticle` to use feedIconPath
This commit is contained in:
commit
9b4476866e
@ -26,7 +26,7 @@ struct LatestArticle: Codable, Identifiable {
|
|||||||
let feedTitle: String
|
let feedTitle: String
|
||||||
let articleTitle: String?
|
let articleTitle: String?
|
||||||
let articleSummary: String?
|
let articleSummary: String?
|
||||||
let feedIcon: Data? // Base64 encoded image data
|
let feedIconPath: String? // Path to image data in shared container.
|
||||||
let pubDate: String
|
let pubDate: String
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user