mirror of
https://github.com/rclone/rclone.git
synced 2025-12-12 06:24:14 +01:00
dropbox: set Features.ReadMimeType=false as Object.MimeType not supported
This commit is contained in:
@@ -359,7 +359,7 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (fs.Fs, e
|
|||||||
f.users = users.New(config)
|
f.users = users.New(config)
|
||||||
f.features = (&fs.Features{
|
f.features = (&fs.Features{
|
||||||
CaseInsensitive: true,
|
CaseInsensitive: true,
|
||||||
ReadMimeType: true,
|
ReadMimeType: false,
|
||||||
CanHaveEmptyDirectories: true,
|
CanHaveEmptyDirectories: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user