mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-23 03:20:20 +10:00
backward compatibility for podcastsoff2
This commit is contained in:
@@ -122,7 +122,7 @@
|
|||||||
"do": ""
|
"do": ""
|
||||||
},
|
},
|
||||||
"match": "(\\!Array.isArray\\(.\\)\\|\\|.===..length\\)return null;)",
|
"match": "(\\!Array.isArray\\(.\\)\\|\\|.===..length\\)return null;)",
|
||||||
"replace": "$1 for (let i = 0; i < e.length; i++) { const key = e.children?.[i]?.key || e[i]?.key; if (!key || key.includes('episode') || key.includes('show')) { return null;}};"
|
"replace": "$1 for (let i = 0; i < (e.children ? e.children.length : e.length); i++) {const key = (e.children?.[i] || e[i])?.key; if (!key || key.includes('episode') || key.includes('show')) { return null;}};"
|
||||||
},
|
},
|
||||||
"adsectionsoff": {
|
"adsectionsoff": {
|
||||||
"version": {
|
"version": {
|
||||||
|
|||||||
Reference in New Issue
Block a user