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,
|
||||
fileDownload: true,
|
||||
singleInRequest: true,
|
||||
singleInRequest: window.safari !== undefined,
|
||||
createNetworker: true
|
||||
});
|
||||
}, 2).then(function (result) {
|
||||
|
Loading…
Reference in New Issue
Block a user