Not sure why, but mimeType is not always populated
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
- (NSDictionary *)httpHeaders
|
||||
{
|
||||
return @{
|
||||
@"Content-Type" : _contentType
|
||||
@"Content-Type" : _contentType ?: @"application/octet-stream"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user