Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch upload multiple videos #59

Open
babyPrince opened this issue Jun 21, 2022 · 0 comments
Open

Batch upload multiple videos #59

babyPrince opened this issue Jun 21, 2022 · 0 comments
Labels

Comments

@babyPrince
Copy link

babyPrince commented Jun 21, 2022

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',
    },
  ],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants