From 2a42685e0e223aa4f9c1e4032d583e977839f066 Mon Sep 17 00:00:00 2001 From: Jennifer Wellnitz Date: Mon, 16 Sep 2024 14:07:02 -0400 Subject: [PATCH] still working --- app/services/spot/video_processor.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/services/spot/video_processor.rb b/app/services/spot/video_processor.rb index e8c6e5096..dcc84f623 100644 --- a/app/services/spot/video_processor.rb +++ b/app/services/spot/video_processor.rb @@ -25,7 +25,6 @@ def video_attributes attrs = @directives[:video] if @directives[:video].present? # If you have set Hydra::Derivatives::Processors::Video::Processor.config.video_attributes and want to customize the bitrate # in the directives then you will need to pass the video parameter in the directives instead. - attrs ||= config.default_video_attributes(@directives[:bitrate]) if @directives[:bitrate].present? attrs ||= config.video_attributes attrs end