Single getFile/req only for Safari

This commit is contained in:
Igor Zhukov 2015-02-16 13:59:19 +03:00
parent 135bbaf644
commit d1303726a4

View File

@ -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) {