mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
commit
790167e914
1 changed files with 1 additions and 1 deletions
|
@ -764,7 +764,7 @@ struct Video
|
|||
end
|
||||
|
||||
def engagement : Float64
|
||||
((likes + dislikes) / views).round(4)
|
||||
(((likes + dislikes) / views) * 100).round(4)
|
||||
end
|
||||
|
||||
def reason : String?
|
||||
|
|
Loading…
Reference in a new issue