This commit is contained in:
Kovid Goyal 2010-12-16 08:54:13 -07:00
commit 6581a31d22

View File

@ -688,7 +688,7 @@ class ITUNES(DriverBase):
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):
'''