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
54b3316099
PeerTube
/
shared
/
models
/
videos
/
import
/
video-import-state.enum.ts
6 lines
76 B
TypeScript
Raw
Blame
History
export
enum
VideoImportState
{
PENDING
=
1
,
SUCCESS
=
2
,
FAILED
=
3
}
Reference in New Issue
View Git Blame
Copy Permalink