]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-rate.type.ts
A few updates for the watch video view (#181)
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-rate.type.ts
index d48774a4b45ddc91d62efb26bebcd029442393a8..17aaba5a5e9326767ec5fabf0aec8d3233d5275d 100644 (file)
@@ -1 +1 @@
-export type VideoRateType = 'like' | 'dislike'
+export type VideoRateType = 'like' | 'dislike' | 'none'