mirror of https://github.com/Chocobozzz/PeerTube
Fix context
parent
c360e6cc1a
commit
8409160821
|
@ -127,7 +127,14 @@ const contextStore: { [ id in ContextType ]: (string | { [ id: string ]: string
|
||||||
playlists: {
|
playlists: {
|
||||||
'@id': 'pt:playlists',
|
'@id': 'pt:playlists',
|
||||||
'@type': '@id'
|
'@type': '@id'
|
||||||
}
|
},
|
||||||
|
support: {
|
||||||
|
'@type': 'sc:Text',
|
||||||
|
'@id': 'pt:support'
|
||||||
|
},
|
||||||
|
|
||||||
|
// TODO: remove in a few versions, introduced in 4.2
|
||||||
|
icons: 'as:icon'
|
||||||
}),
|
}),
|
||||||
|
|
||||||
WatchAction: buildContext({
|
WatchAction: buildContext({
|
||||||
|
|
Loading…
Reference in New Issue