mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-06-29 10:28:24 +00:00
commit
790167e914
@ -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 New Issue
Block a user