优化资源的分类提交

This commit is contained in:
none
2023-03-08 17:24:24 +08:00
parent 7de1af9b50
commit 87e4a6cc64
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ import { minioMergeVideo, minioUploadId } from "../../api/upload";
import { UploadChunk } from "../../js/minio-upload-chunk";
interface PropsInterface {
categoryId: number;
categoryIds: number[];
onUpdate: () => void;
}
@@ -81,7 +81,7 @@ export const UploadVideoButton = (props: PropsInterface) => {
minioMergeVideo(
item.filename,
item.uploadId,
props.categoryId,
props.categoryIds.join(','),
item.name,
"mp4",
item.size,