Hi 1option,
To disable the link, I have helped you update the /templates/ja_podcast/html/layouts/joomla/content/info_block/author_podcast.php file, line 39:
Replace this code:
<?php if (!empty($author_info->link )) : ?>
With the following code:
<?php if ($params->get('link_author', true)) : ?>