remove the dislike feild

This commit is contained in:
Ashley :3 2024-04-29 01:17:38 +03:00 committed by GitHub
parent eda7444ca4
commit d1d6f2d9d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,6 @@ module Invidious::JSONify::APIv1
json.field "viewCount", video.views
json.field "likeCount", video.likes
json.field "dislikeCount", 0_i64
json.field "paid", video.paid
json.field "premium", video.premium