mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 23:36:02 +01:00
...
This commit is contained in:
parent
c70556d3bc
commit
56ebb3670b
1 changed files with 3 additions and 3 deletions
|
|
@ -151,9 +151,9 @@ def startup(self):
|
|||
else:
|
||||
self.known_devices = frozenset(self.libmtp.known_devices())
|
||||
|
||||
for x in vars(self.libmtp):
|
||||
if x.startswith('LIBMTP'):
|
||||
setattr(self, x, getattr(self.libmtp, x))
|
||||
for x in vars(self.libmtp):
|
||||
if x.startswith('LIBMTP'):
|
||||
setattr(self, x, getattr(self.libmtp, x))
|
||||
|
||||
@synchronous
|
||||
def shutdown(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue