Normalize filename and url in videos

This commit is contained in:
Kamran Ahmed
2021-09-03 16:21:20 +02:00
parent ac984346e8
commit e800e3b6ce
9 changed files with 90 additions and 78 deletions

View File

@ -6,8 +6,6 @@ export type VideoType = {
id: string;
title: string;
description: string;
url: string;
fileName: string;
isPro: boolean;
duration: string;
createdAt: string;