diff options
| author | AppleDash <[email protected]> | 2021-04-26 06:36:20 -0400 |
|---|---|---|
| committer | AppleDash <[email protected]> | 2021-04-26 06:36:20 -0400 |
| commit | e2376df478232dbc051279966d0ff49c2fb8aae2 (patch) | |
| tree | ca220bcef4123b5f62752de3159c0e0aba7d5d1f /lib/booru/image_processing/mp4_processor.rb | |
| parent | 781a5b47e1004163b6abc9f1d08ac996f812f8e1 (diff) | |
Half tested Rails version upgrade and subsequent restructuring.
Diffstat (limited to 'lib/booru/image_processing/mp4_processor.rb')
| -rw-r--r-- | lib/booru/image_processing/mp4_processor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/booru/image_processing/mp4_processor.rb b/lib/booru/image_processing/mp4_processor.rb index cd155d2..0413f11 100644 --- a/lib/booru/image_processing/mp4_processor.rb +++ b/lib/booru/image_processing/mp4_processor.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true -require 'shellwords' +require_relative 'video_processor' module Booru module ImageProcessing |
