]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/users/user-watching-video.model.ts
Add url field in caption and use it for thumbnails
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-watching-video.model.ts
1 export interface UserWatchingVideo {
2 currentTime: number
3 }