mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-03 19:41:52 +02:00
Update feedepisode psc customElement
This commit is contained in:
@@ -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 || '',
|
||||
|
||||
Reference in New Issue
Block a user