modified: "src/\321\201omponents/podcasts/getRssXml.ts"

main
joker 3 years ago
parent 7b9ea24e19
commit 1c0e27d57c
  1. 6
      src/сomponents/podcasts/getRssXml.ts

@ -37,11 +37,11 @@ export const getRssXml = (data: Props) => {
<itunes:summary>`+data.description+`</itunes:summary>
<image>
<link>`+data.webSite+`</link>
<title>`+data.nameCompanies+`</title>
<title>`+data.title+`</title>
<url>`+data.webSite+'/img/'+data.urlImg+`</url>
</image>
<googleplay:image href="`+data.webSite+'/'+data.urlImg+`"/>
<itunes:image href="`+data.webSite+'/'+data.urlImg+`"/>
<googleplay:image href="`+data.webSite+'/img/'+data.urlImg+`"/>
<itunes:image href="`+data.webSite+'/img/'+data.urlImg+`"/>
<itunes:category text="Society &amp; Culture">
<itunes:category text="Places &amp; Travel"/>
</itunes:category>

Loading…
Cancel
Save