mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Add missing playlist and playlistElement types in AP context
This commit is contained in:
parent
089af69bc8
commit
9934b6f31e
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ function getContextData (type: ContextType) {
|
||||||
language: 'sc:inLanguage',
|
language: 'sc:inLanguage',
|
||||||
|
|
||||||
Infohash: 'pt:Infohash',
|
Infohash: 'pt:Infohash',
|
||||||
|
Playlist: 'pt:Playlist',
|
||||||
|
PlaylistElement: 'pt:PlaylistElement',
|
||||||
|
|
||||||
originallyPublishedAt: 'sc:datePublished',
|
originallyPublishedAt: 'sc:datePublished',
|
||||||
views: {
|
views: {
|
||||||
'@type': 'sc:Number',
|
'@type': 'sc:Number',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue