WIP on person table, podcast/ep assignment (#17)
This commit is contained in:
@@ -253,8 +253,8 @@ let private addPodcast (webLog: WebLog) (rssFeed: SyndicationFeed) (feed: Custom
|
||||
let feedUrl = webLog.AbsoluteUrl feed.Path
|
||||
let imageUrl =
|
||||
match podcast.ImageUrl with
|
||||
| Permalink link when link.StartsWith "http" -> link
|
||||
| Permalink _ -> webLog.AbsoluteUrl podcast.ImageUrl
|
||||
| link when link.StartsWith "http" -> link
|
||||
| _ -> webLog.AbsoluteUrl (Permalink podcast.ImageUrl)
|
||||
|
||||
let xmlDoc = XmlDocument()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user