1
0
Fork 0

Fix context types

This commit is contained in:
Chocobozzz 2019-04-08 09:55:25 +02:00
parent abf325b4f6
commit 4e10f4b2f1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 11 additions and 11 deletions

View File

@ -29,47 +29,47 @@ function activityPubContextify <T> (data: T) {
Infohash: 'pt:Infohash',
originallyPublishedAt: 'sc:datePublished',
views: {
type: 'sc:Number',
'@type': 'sc:Number',
'@id': 'pt:views'
},
state: {
type: 'sc:Number',
'@type': 'sc:Number',
'@id': 'pt:state'
},
size: {
type: 'sc:Number',
'@type': 'sc:Number',
'@id': 'pt:size'
},
fps: {
type: 'sc:Number',
'@type': 'sc:Number',
'@id': 'pt:fps'
},
startTimestamp: {
type: 'sc:Number',
'@type': 'sc:Number',
'@id': 'pt:startTimestamp'
},
stopTimestamp: {
type: 'sc:Number',
'@type': 'sc:Number',
'@id': 'pt:stopTimestamp'
},
position: {
type: 'sc:Number',
'@type': 'sc:Number',
'@id': 'pt:position'
},
commentsEnabled: {
type: 'sc:Boolean',
'@type': 'sc:Boolean',
'@id': 'pt:commentsEnabled'
},
downloadEnabled: {
type: 'sc:Boolean',
'@type': 'sc:Boolean',
'@id': 'pt:downloadEnabled'
},
waitTranscoding: {
type: 'sc:Boolean',
'@type': 'sc:Boolean',
'@id': 'pt:waitTranscoding'
},
support: {
type: 'sc:Text',
'@type': 'sc:Text',
'@id': 'pt:support'
}
},