We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9168dfc commit 09eb415Copy full SHA for 09eb415
1 file changed
kotlin/services/mediaconvert/src/main/kotlin/com/kotlin/mediaconvert/CreateJob.kt
@@ -96,7 +96,7 @@ suspend fun createMediaJob(
96
inputs = listOf(
97
Input {
98
fileInput = fileInput1
99
- }
+ },
100
)
101
outputGroups = listOf(
102
OutputGroup {
@@ -128,9 +128,9 @@ suspend fun createMediaJob(
128
}
129
130
131
132
133
134
135
136
0 commit comments