EnglishenEnglishEnglish
(function() { document.querySelectorAll('script[type="application/ld+json"]').forEach(function(s) { try { var d = JSON.parse(s.textContent); if (d['@graph']) { d['@graph'].forEach(function(item) { if (Array.isArray(item['@type']) && item['@type'].includes('TelevisionStation')) { item['@type'] = ['Organization']; s.textContent = JSON.stringify(d); } }); } } catch(e) {} }); })();