Add previews cache system between pods

This commit is contained in:
Chocobozzz
2017-07-12 11:56:02 +02:00
parent 075f16caac
commit f981dae861
27 changed files with 202 additions and 16 deletions

View File

@@ -17,6 +17,7 @@ export interface Video {
podHost: string
tags: string[]
thumbnailPath: string
previewPath: string
views: number
likes: number
dislikes: number