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/video_processor.rb | |
| parent | 781a5b47e1004163b6abc9f1d08ac996f812f8e1 (diff) | |
Half tested Rails version upgrade and subsequent restructuring.
Diffstat (limited to 'lib/booru/image_processing/video_processor.rb')
| -rw-r--r-- | lib/booru/image_processing/video_processor.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/booru/image_processing/video_processor.rb b/lib/booru/image_processing/video_processor.rb index 0600303..d6ee3a2 100644 --- a/lib/booru/image_processing/video_processor.rb +++ b/lib/booru/image_processing/video_processor.rb @@ -1,4 +1,6 @@ # frozen_string_literal: true +require_relative 'shell_helper' + module Booru module ImageProcessing class VideoProcessor < Processor |
