2025-05-28_18-50-18Z_Wednesday

This commit is contained in:
Ken Fallon 2025-05-28 20:50:18 +02:00
parent b514cfa380
commit 1dd1c8c100

View File

@ -1150,6 +1150,10 @@ function get_variables_from_episode_summary_json() {
check_variable_is_correct ep_num working_dir
shownotes_json="${working_dir}/shownotes.json"
shownotes_html="${working_dir}/shownotes.html"
shownotes_edited="${working_dir}/shownotes_edited.html"
if [ -z "${episode_summary_json}" ]
then
episode_summary_json="${working_dir}/episode_summary.json"