Skip to content

Commit

Permalink
Pull editedName from OPML when feed.editedName == nil.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentsimmons committed Mar 15, 2019
1 parent 91897f8 commit 1d52a12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Frameworks/Account/Account.swift
Expand Up @@ -813,6 +813,9 @@ private extension Account {
if feed.name == nil {
feed.name = feedTitle
}
if feed.editedName == nil {
feed.editedName = feedTitle
}
}
return feed
}
Expand Down

0 comments on commit 1d52a12

Please sign in to comment.