Use height instead of width to represent the video resolution

This commit is contained in:
Chocobozzz 2018-08-17 11:24:36 +02:00
parent 06a05d5f47
commit 965c4b22d0
4 changed files with 13 additions and 10 deletions

View file

@ -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