diff options
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/video-blacklist.model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/video-blacklist.model.ts b/shared/models/video-blacklist.model.ts index 6086250ac..f894bb065 100644 --- a/shared/models/video-blacklist.model.ts +++ b/shared/models/video-blacklist.model.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | export interface BlacklistedVideo { | 1 | export interface BlacklistedVideo { |
2 | id: number | 2 | id: number |
3 | videoId: number | 3 | videoId: string |
4 | createdAt: Date | 4 | createdAt: Date |
5 | } | 5 | } |