Include the feedID when writing a Feed to the pasteboard.
This commit is contained in:
parent
350aee6fb1
commit
66c9b89a0f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue