mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Include the feedID when writing a Feed to the pasteboard.
This commit is contained in:
@@ -89,6 +89,7 @@ private extension FeedPasteboardWriter {
|
||||
|
||||
var d = [String: Any]()
|
||||
|
||||
d[Key.feedID] = feed.feedID
|
||||
d[Key.url] = feed.url
|
||||
if let homePageURL = feed.homePageURL {
|
||||
d[Key.homePageURL] = homePageURL
|
||||
|
||||
Reference in New Issue
Block a user