Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-28 | Dialyzer: fix pattern matches preventing video thumbnailing from working | Mark Felder | |
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}} |