lib/pleroma/web/media_proxy/media_proxy_controller.ex:154:pattern_match
The pattern can never match the type.
Pattern:
{:ok, _thumbnail_binary}
Type:
{:error, boolean() | {:ffmpeg, :command_not_found}}
1 line
85 B
Text
1 line
85 B
Text
Video thumbnails were not being generated due to a negative cache lookup logic error
|