Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Oct 31, 2023
1 parent 911625b commit 204102b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crympd.cr
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ get "/albumart" do |env|
send_file env, binary.to_slice, data["type"]
end
else

send_file env, Filesystem.get("images/record_placeholder.jpg").gets_to_end.to_slice, "image/jpeg"
end
rescue
Expand Down

0 comments on commit 204102b

Please sign in to comment.