mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Possible fix for 1220468
This commit is contained in:
parent
f0a5fd521b
commit
d313792645
@ -304,10 +304,11 @@ class libiMobileDevice():
|
||||
self._log(" device already disconnected")
|
||||
|
||||
def dismount_ios_media_folder(self):
|
||||
self._afc_client_free()
|
||||
#self._lockdown_goodbye()
|
||||
self._idevice_free()
|
||||
self.device_mounted = False
|
||||
if self.device_mounted:
|
||||
self._afc_client_free()
|
||||
#self._lockdown_goodbye()
|
||||
self._idevice_free()
|
||||
self.device_mounted = False
|
||||
|
||||
def exists(self, path):
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user