@@ -527,7 +527,7 @@ func (pe *PodcastEpisode) MIME() string {
}
func (pe *PodcastEpisode) AbsPath() string {
if pe.Podcast == nil {
if pe.Podcast == nil || pe.Podcast.RootDir == "" {
return ""
return filepath.Join(pe.Podcast.RootDir, pe.Filename)
The note is not visible to the blocked user.