mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
commit
6581a31d22
@ -688,7 +688,7 @@ class ITUNES(DriverBase):
|
|||||||
if DEBUG:
|
if DEBUG:
|
||||||
self.log.info("ITUNES:get_device_information()")
|
self.log.info("ITUNES:get_device_information()")
|
||||||
|
|
||||||
return ('iDevice','hw v1.0','sw v1.0', 'mime type normally goes here')
|
return (self.sources['iPod'],'hw v1.0','sw v1.0', 'mime type normally goes here')
|
||||||
|
|
||||||
def get_file(self, path, outfile, end_session=True):
|
def get_file(self, path, outfile, end_session=True):
|
||||||
'''
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user