Cytrogen的代码仓库
登录
—
注册
~cytrogen
/
masto-fe
summary
tree
log
refs
ref:
ec95f62cb4074fefdbc93411b67055c675eaf86f
masto-fe
/
config
/
initializers
/ffmpeg.rb
-rw-r--r--
83 bytes
View
Log
View raw
Permalink
ec95f62c
— Stanislas Signoud [Glitch] Fix sounds not being loaded from assets host
2 years ago
1
2
3
if
ENV
[
'FFMPEG_BINARY'
].
present?
FFMPEG
.
ffmpeg_binary
=
ENV
[
'FFMPEG_BINARY'
]
end