From 0a6658fdcbd779ada8f3758048c326e997902d5a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Jul 2017 16:01:56 +0200 Subject: Use global uuid instead of remoteId for videos --- shared/models/videos/video-abuse.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/models/videos/video-abuse.model.ts') diff --git a/shared/models/videos/video-abuse.model.ts b/shared/models/videos/video-abuse.model.ts index 72e32cbc7..e005a1fd5 100644 --- a/shared/models/videos/video-abuse.model.ts +++ b/shared/models/videos/video-abuse.model.ts @@ -3,6 +3,6 @@ export interface VideoAbuse { reporterPodHost: string reason: string reporterUsername: string - videoId: string + videoId: number createdAt: Date } -- cgit v1.2.3