Use height instead of width to represent the video resolution
This commit is contained in:
parent
06a05d5f47
commit
965c4b22d0
4 changed files with 13 additions and 10 deletions
|
@ -21,7 +21,7 @@ export interface ActivityUrlObject {
|
|||
type: 'Link'
|
||||
mimeType: 'video/mp4' | 'video/webm' | 'application/x-bittorrent' | 'application/x-bittorrent;x-scheme-handler/magnet'
|
||||
href: string
|
||||
width: number
|
||||
height: number
|
||||
|
||||
size?: number
|
||||
fps?: number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue