lib/rest-ftp-daemon/api/jobs.rb in rest-ftp-daemon-0.410.2 vs lib/rest-ftp-daemon/api/jobs.rb in rest-ftp-daemon-0.410.4

- old
+ new

@@ -74,14 +74,14 @@ allow_blank: { value: false, message: 'cannot be empty' } optional :video_vc, type: String, desc: "video: video codec", - default: "" + default: nil optional :video_ac, type: String, desc: "video: audio codec", - default: "" + default: nil optional :video_custom, type: Hash, desc: "video: custom options passed to FFMPEG encoder", default: {}