mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
Fix typo in StaticFileHandler
This commit is contained in:
parent
6cd884555c
commit
b31d1c06f5
@ -147,7 +147,6 @@ module Kemal
|
||||
return
|
||||
end
|
||||
|
||||
puts "Sending cached file, #{@cached_files.sum { |element| element[1][:data].bytesize }}"
|
||||
send_file(context, file_path, file[:data], file[:filestat])
|
||||
else
|
||||
is_dir = Dir.exists? file_path
|
||||
|
Loading…
Reference in New Issue
Block a user