started testing S3, most things for it are now working. Also fixed media list issue, added more migration scrips for old versions of mydrive
This commit is contained in:
@@ -35,7 +35,7 @@ export const createFileQuery = ({
|
||||
|
||||
if (search && search !== "") {
|
||||
query["filename"] = new RegExp(search, "i");
|
||||
} else {
|
||||
} else if (!mediaMode) {
|
||||
query["metadata.parent"] = parent;
|
||||
}
|
||||
|
||||
@@ -58,6 +58,7 @@ export const createFileQuery = ({
|
||||
if (mediaMode) {
|
||||
query["metadata.hasThumbnail"] = true;
|
||||
}
|
||||
|
||||
return query;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user