diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-19 16:02:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-21 17:38:13 +0200 |
commit | 12dc3a942a13c7f1489822dae052da197ef15905 (patch) | |
tree | 7b87b6be692af0b62ebac17e720c80244fd8a7ec /shared/models/videos/video-source.ts | |
parent | c6867725fb8e3dfbc2018a37ed5a963103587cb6 (diff) | |
download | PeerTube-12dc3a942a13c7f1489822dae052da197ef15905.tar.gz PeerTube-12dc3a942a13c7f1489822dae052da197ef15905.tar.zst PeerTube-12dc3a942a13c7f1489822dae052da197ef15905.zip |
Implement replace file in server side
Diffstat (limited to 'shared/models/videos/video-source.ts')
-rw-r--r-- | shared/models/videos/video-source.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/videos/video-source.ts b/shared/models/videos/video-source.ts index 57e54fc7f..bf4ad2453 100644 --- a/shared/models/videos/video-source.ts +++ b/shared/models/videos/video-source.ts | |||
@@ -1,3 +1,4 @@ | |||
1 | export interface VideoSource { | 1 | export interface VideoSource { |
2 | filename: string | 2 | filename: string |
3 | createdAt: string | Date | ||
3 | } | 4 | } |