undefined

This commit is contained in:
karl.hudgell 2022-06-16 11:17:56 +01:00
parent 41392b0da7
commit 4a0460aea3

View File

@ -8,6 +8,7 @@ async function filterFeed() {
let hevcSwitch = JSON.parse(fs.readFileSync('config.json')).OnlyHEVC
let feed = JSON.parse(fs.readFileSync('./feedCache.json'));
let retry_show_cache = []
let urls_to_check = []
for (let show of myshowlist) {