* Creates a blank feed object and writes it to the (virtual) file system
*
* @see org.olat.modules.webFeed.managers.FeedManager#createPodcastResource()
*/
public OLATResourceable createPodcastResource() {
FeedFileResource podcastResource = new PodcastFileResource();
return createFeedResource(podcastResource);
}