Single getFile/req only for Safari
This commit is contained in:
parent
135bbaf644
commit
d1303726a4
@ -492,7 +492,7 @@ angular.module('izhukov.mtproto.wrapper', ['izhukov.utils', 'izhukov.mtproto'])
|
|||||||
}, {
|
}, {
|
||||||
dcID: dcID,
|
dcID: dcID,
|
||||||
fileDownload: true,
|
fileDownload: true,
|
||||||
singleInRequest: true,
|
singleInRequest: window.safari !== undefined,
|
||||||
createNetworker: true
|
createNetworker: true
|
||||||
});
|
});
|
||||||
}, 2).then(function (result) {
|
}, 2).then(function (result) {
|
||||||
|
Loading…
Reference in New Issue
Block a user