From 206feac5c880a696c0038e35507ddc2e04a0f1d3 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Mon, 4 Oct 2021 22:20:04 +0200 Subject: [PATCH] Bump split values --- tasks/fetch_feed.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/fetch_feed.js b/tasks/fetch_feed.js index 5eed516e409..f9a55243153 100644 --- a/tasks/fetch_feed.js +++ b/tasks/fetch_feed.js @@ -79,11 +79,11 @@ const parseEpisode = e => { .replace('xmlns:anchor="https://anchor.fm/xmlns"', 'xmlns:anchor="https://anchor.fm/xmlns" xmlns:podcast="https://podcastindex.org/namespace/1.0"') .replace('', ` - - - - - + + + + + `) const feed = parser.parse(xml, xml2jsonOpts, true) @@ -123,7 +123,7 @@ const parseEpisode = e => { __attr: { ...p, type: 'node', - split: 1 + split: Math.round(100 / participants.length) } })) }