mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Include video file id in API
This commit is contained in:
parent
5a9a56b78f
commit
12d84abeca
4 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,8 @@ import { VideoFileMetadata } from './video-file-metadata.model'
|
|||
import { VideoResolution } from './video-resolution.enum'
|
||||
|
||||
export interface VideoFile {
|
||||
id: number
|
||||
|
||||
resolution: VideoConstant<VideoResolution>
|
||||
size: number // Bytes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue