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")
|
self._log(" device already disconnected")
|
||||||
|
|
||||||
def dismount_ios_media_folder(self):
|
def dismount_ios_media_folder(self):
|
||||||
self._afc_client_free()
|
if self.device_mounted:
|
||||||
#self._lockdown_goodbye()
|
self._afc_client_free()
|
||||||
self._idevice_free()
|
#self._lockdown_goodbye()
|
||||||
self.device_mounted = False
|
self._idevice_free()
|
||||||
|
self.device_mounted = False
|
||||||
|
|
||||||
def exists(self, path):
|
def exists(self, path):
|
||||||
'''
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user