mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
c70556d3bc
commit
56ebb3670b
@ -151,9 +151,9 @@ class MTP_DEVICE(MTPDeviceBase):
|
|||||||
else:
|
else:
|
||||||
self.known_devices = frozenset(self.libmtp.known_devices())
|
self.known_devices = frozenset(self.libmtp.known_devices())
|
||||||
|
|
||||||
for x in vars(self.libmtp):
|
for x in vars(self.libmtp):
|
||||||
if x.startswith('LIBMTP'):
|
if x.startswith('LIBMTP'):
|
||||||
setattr(self, x, getattr(self.libmtp, x))
|
setattr(self, x, getattr(self.libmtp, x))
|
||||||
|
|
||||||
@synchronous
|
@synchronous
|
||||||
def shutdown(self):
|
def shutdown(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user