This website requires JavaScript.
Explore
Help
Sign in
forks
/
peertube
Watch
1
Star
0
Fork
You've already forked peertube
0
Code
Releases
Activity
a219c9100b
peertube
/
shared
/
models
/
videos
/
video-constant.model.ts
6 lines
85 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Implement captions/subtitles
2018-07-12 13:02:00 -04:00
export
interface
VideoConstant
<
T
>
{
id
:
T
label
:
string
add ng-select for templatable select options - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
2020-08-04 18:50:07 -04:00
description?
:
string
Implement captions/subtitles
2018-07-12 13:02:00 -04:00
}
Copy permalink