GwR update to get_device_information

This commit is contained in:
GRiker 2010-12-16 05:06:28 -07:00
parent da0a940f55
commit cd475b26a4

View File

@ -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):
''' '''