mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
cf0c0d3fa9
commit
2e0863a5fc
@ -207,6 +207,7 @@ class MTP_DEVICE(MTPDeviceBase):
|
||||
ans[i] = s['free_space']
|
||||
return tuple(ans)
|
||||
|
||||
@same_thread
|
||||
def get_file(self, object_id, stream=None, callback=None):
|
||||
if stream is None:
|
||||
stream = SpooledTemporaryFile(5*1024*1024, '_wpd_receive_file.dat')
|
||||
|
Loading…
x
Reference in New Issue
Block a user