From 57a49263e48739c31cd339730ac4cb24e3d5d723 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Sun, 7 Jan 2018 14:48:10 +0100 Subject: A few updates for the watch video view (#181) * Fixes #156: Filter out the video being watched from the list of other videos of the same author; * Fixes #167: in the video view, hide the author's domain when it's from the current host; * Fixes #171: Allow undoing a like/dislike; --- shared/models/videos/video-rate.type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/models') diff --git a/shared/models/videos/video-rate.type.ts b/shared/models/videos/video-rate.type.ts index d48774a4b..17aaba5a5 100644 --- a/shared/models/videos/video-rate.type.ts +++ b/shared/models/videos/video-rate.type.ts @@ -1 +1 @@ -export type VideoRateType = 'like' | 'dislike' +export type VideoRateType = 'like' | 'dislike' | 'none' -- cgit v1.2.3