This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
dd3b408faa
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 19:02:00 +02: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-05 00:50:07 +02:00
description?
:
string
Implement captions/subtitles
2018-07-12 19:02:00 +02:00
}