diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-03-05 08:58:35 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-03-05 08:58:35 +0100 |
commit | 8f9064432122cba0f518a24ac4378357dadec589 (patch) | |
tree | d2981f261a19afaf513b5d3e0d22a88b2e136e78 | |
parent | e2a2d6c86c7ca39074fdff3b545947d1d58dc008 (diff) | |
download | PeerTube-8f9064432122cba0f518a24ac4378357dadec589.tar.gz PeerTube-8f9064432122cba0f518a24ac4378357dadec589.tar.zst PeerTube-8f9064432122cba0f518a24ac4378357dadec589.zip |
Video views is implemented. Closes https://github.com/Chocobozzz/PeerTube/issues/41
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
103 | - [ ] User playlists | 103 | - [ ] User playlists |
104 | - [ ] User subscriptions (by tags, author...) | 104 | - [ ] User subscriptions (by tags, author...) |
105 | - [X] Signaling a video to the admin origin pod | 105 | - [X] Signaling a video to the admin origin pod |
106 | - [ ] Videos view count | 106 | - [X] Videos view count |
107 | - [ ] Videos likes/dislikes | 107 | - [ ] Videos likes/dislikes |
108 | 108 | ||
109 | ## Installation | 109 | ## Installation |