mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-23 15:50:26 +01:00
Fixes LatestArticle
to use feedIconPath
This commit is contained in:
parent
d90047725c
commit
350c373ae2
@ -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
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user