Ameba: Miscellaneous fixes (#4807)

End of a series of PRs meant to improve code quality.

Related to issue 2231
This commit is contained in:
Samantaz Fox
2024-08-24 19:42:10 +02:00
8 changed files with 31 additions and 15 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