Ameba: Fix Naming/PredicateName

This commit is contained in:
syeopite
2024-07-26 19:19:31 -07:00
parent 22b35c453e
commit f66068976e
5 changed files with 24 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ we're going to need to do it here in order to allow for translations.
"params" => params,
"preferences" => preferences,
"premiere_timestamp" => video.premiere_timestamp.try &.to_unix,
"vr" => video.is_vr,
"vr" => video.vr?,
"projection_type" => video.projection_type,
"local_disabled" => CONFIG.disabled?("local"),
"support_reddit" => true