Skip to content

Batch upload multiple videosΒ #59

@babyPrince

Description

@babyPrince

Is there any possibility to upload multiple videos at once in a sanity array field? Currently the array with mux.video is an object and can take a single video at a time.

Also noticed a bug when you add an entry in the array, close the modal, move on to upload the next video as an other array entry, the first video transfer is canceled.

Some context:

{
  name: 'videos',
  type: 'array',
  of: [
    {
      name: 'video',
      type: 'mux.video',
    },
  ],
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions