1
0
Fork 0
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:
Chocobozzz 2022-07-29 11:32:46 +02:00
parent 5a9a56b78f
commit 12d84abeca
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 7 additions and 0 deletions

View file

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