mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-04-18 23:57:19 +02:00
commit
790167e914
@ -764,7 +764,7 @@ struct Video
|
|||||||
end
|
end
|
||||||
|
|
||||||
def engagement : Float64
|
def engagement : Float64
|
||||||
((likes + dislikes) / views).round(4)
|
(((likes + dislikes) / views) * 100).round(4)
|
||||||
end
|
end
|
||||||
|
|
||||||
def reason : String?
|
def reason : String?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user