Skip to content

Commit

Permalink
still working
Browse files Browse the repository at this point in the history
  • Loading branch information
jwellnit committed Sep 16, 2024
1 parent 57f7207 commit 2a42685
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/spot/video_processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a42685

Please sign in to comment.