Skip to content

Commit 9f63017

Browse files
authored
Umar/7039 fix mp4 exlude (#229)
* fixed issue with exclude mp4 param * added changelog
1 parent 63d377e commit 9f63017

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
<!--
9+
### Removed
10+
11+
- A bullet item for the Removed category.
12+
13+
-->
14+
<!--
15+
### Added
16+
17+
- A bullet item for the Added category.
18+
19+
-->
20+
<!--
21+
### Changed
22+
23+
- A bullet item for the Changed category.
24+
25+
-->
26+
<!--
27+
### Deprecated
28+
29+
- A bullet item for the Deprecated category.
30+
31+
-->
32+
### Fixed
33+
34+
- Fixed the exclude mp4 param for group settings
35+
36+
-->
37+
### Security
38+
39+
- A bullet item for the Security category.
40+
41+
-->

src/transcoding/mitol/transcoding/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def add_group_settings(
102102
for group in output_groups
103103
if group["OutputGroupSettings"]["Type"] != GroupSettings.FILE_GROUP_SETTINGS
104104
]
105+
job_dict["Settings"]["OutputGroups"] = output_groups
105106

106107
for group in output_groups:
107108
output_group_settings = group["OutputGroupSettings"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)