Dialyzer: fix pattern matches preventing video thumbnailing from working

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}}
This commit is contained in:
Mark Felder 2024-05-28 09:43:35 -04:00
commit 17ebb2df84
2 changed files with 6 additions and 5 deletions

View file

@ -0,0 +1 @@
Video thumbnails were not being generated due to a negative cache lookup logic error