Skip to content

Commit 95876ff

Browse files
committed
add directory label to json data for file upload
1 parent 75d57a1 commit 95876ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dvuploader/nativeupload.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ def _get_json_data(file: File) -> Dict:
396396
"categories",
397397
"restrict",
398398
"tabIngest",
399+
"directory_label"
399400
}
400401
return file.model_dump(by_alias=True, exclude_none=True, include=include)
401402

0 commit comments

Comments
 (0)