]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/users/user-watching-video.model.ts
Add save replay live tests
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-watching-video.model.ts
CommitLineData
6e46de09
C
1export interface UserWatchingVideo {
2 currentTime: number
3}