mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 16:43:40 +02:00
GwR update to get_device_information
This commit is contained in:
parent
da0a940f55
commit
cd475b26a4
1 changed files with 1 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ def get_device_information(self, end_session=True):
|
|||
if DEBUG:
|
||||
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):
|
||||
'''
|
||||
|
|
|
|||
Loading…
Reference in a new issue