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