jgonyea / grav-plugin-podcast

GravCMS plugin that creates podcast channel and podcast episode page templates along with a podcast RSS feed.
MIT License
18 stars 7 forks source link

Check file exists #23

Closed dragonito closed 5 years ago

dragonito commented 5 years ago

Check if file exists in /user/plugins/podcast/podcast.php:166

public static function retreiveAudioType($file)

if you remove file and add it new, the old files are in configuration. Perhaps you could add a filecheck, it not there will be a big exception.

jgonyea commented 5 years ago

Can you tell me more of what you mean by the old files are in configuration?

Thanks

jgonyea commented 5 years ago

This will get solved with #12