Skip to content

Commit 8b50d3a

Browse files
committed
fix: update metadata of new and updated fields
1 parent 5253165 commit 8b50d3a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/actions/schedule-playlist-item.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,15 @@ const schedulePlaylistItem = {
3737
key: 'file',
3838
label: 'File URL',
3939
type: 'string',
40-
required: true,
40+
required: false,
4141
helpText: 'The URL of the file to upload',
4242
},
4343
{
4444
key: 'title',
45-
label: 'Title of the asset',
45+
label: 'Title',
46+
type: 'string',
47+
required: false,
48+
helpText: 'Title of the asset',
4649
},
4750
{
4851
key: 'duration',

0 commit comments

Comments
 (0)