started folder uploads
This commit is contained in:
@@ -20,6 +20,7 @@ export interface FileQueryInterface {
|
||||
"metadata.trashed"?: boolean | null;
|
||||
"metadata.hasThumbnail"?: boolean | null;
|
||||
"metadata.isVideo"?: boolean | null;
|
||||
"metadata.processingFile"?: boolean | null;
|
||||
}
|
||||
|
||||
export const createFileQuery = ({
|
||||
@@ -67,6 +68,8 @@ export const createFileQuery = ({
|
||||
}
|
||||
}
|
||||
|
||||
query["metadata.processingFile"] = null;
|
||||
|
||||
return query;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user