Include the feedID when writing a Feed to the pasteboard.

This commit is contained in:
Brent Simmons 2018-09-18 21:36:31 -07:00
parent 350aee6fb1
commit 66c9b89a0f
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ private extension FeedPasteboardWriter {
var d = [String: Any]() var d = [String: Any]()
d[Key.feedID] = feed.feedID
d[Key.url] = feed.url d[Key.url] = feed.url
if let homePageURL = feed.homePageURL { if let homePageURL = feed.homePageURL {
d[Key.homePageURL] = homePageURL d[Key.homePageURL] = homePageURL