mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fixes LatestArticle to use feedIconPath
This commit is contained in:
@@ -26,7 +26,7 @@ struct LatestArticle: Codable, Identifiable {
|
||||
let feedTitle: String
|
||||
let articleTitle: String?
|
||||
let articleSummary: String?
|
||||
let feedIcon: Data? // Base64 encoded image data
|
||||
let feedIconPath: String? // Path to image data in shared container.
|
||||
let pubDate: String
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user