1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Reorganize shared models

This commit is contained in:
Chocobozzz 2020-08-06 14:58:01 +02:00 committed by Chocobozzz
parent 583eb04b54
commit bd45d503e5
59 changed files with 155 additions and 144 deletions

View file

@ -1,6 +1,6 @@
import { VideoTranscodingFPS } from './video-transcoding-fps.model'
export enum VideoResolution {
export const enum VideoResolution {
H_NOVIDEO = 0,
H_240P = 240,
H_360P = 360,