From 4f50475c67356fb1fecd1de6d2551fdc5ad9a739 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 25 Jul 2022 10:45:22 +0200 Subject: Display latest uploaded date for captions --- shared/models/videos/caption/video-caption.model.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/models') diff --git a/shared/models/videos/caption/video-caption.model.ts b/shared/models/videos/caption/video-caption.model.ts index d3c73e1a6..6d5665006 100644 --- a/shared/models/videos/caption/video-caption.model.ts +++ b/shared/models/videos/caption/video-caption.model.ts @@ -3,4 +3,5 @@ import { VideoConstant } from '../video-constant.model' export interface VideoCaption { language: VideoConstant captionPath: string + updatedAt: string } -- cgit v1.2.3