add some podcast nit changes and make podcasts mandatory

This commit is contained in:
Alex McGrath
2021-01-11 11:50:44 +00:00
committed by Senan Kelly
parent 9c4286b0e2
commit 37fca3a087
16 changed files with 332 additions and 267 deletions

View File

@@ -300,6 +300,7 @@ type Podcast struct {
ImageURL string
ImagePath string
Error string
Episodes []*PodcastEpisode
}
func (p *Podcast) Fullpath(podcastPath string) string {