diff options
Diffstat (limited to 'backend/views.py')
| -rw-r--r-- | backend/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/views.py b/backend/views.py index 992b273..26c5c88 100644 --- a/backend/views.py +++ b/backend/views.py @@ -164,6 +164,7 @@ def videos_response_list(videos): v.user.username, s['url'], s['title'], + v.sjlike_set.count() ] retval.append(l) return retval |
