Update feedepisode psc customElement
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Build and Push Docker Image / build (push) Waiting to run
Integration Test / build and test (push) Waiting to run
Run Unit Tests / Run Unit Tests (push) Waiting to run

This commit is contained in:
advplyr 2025-03-31 17:59:16 -05:00
parent 6ed66fea16
commit 96825c3c2b
2 changed files with 0 additions and 19 deletions

View file

@ -325,24 +325,6 @@ class FeedEpisode extends Model {
customElements.push({ 'itunes:summary': { _cdata: this.description } })
}
customElements.push({
'psc:chapters': [
{
_attr: {
version: '1.2'
},
'psc:chapter': [
{
_attr: {
title: 'Test',
start: '00:00:00'
}
}
]
}
]
})
return {
title: this.title,
description: this.description || '',