Send date formats to device

This commit is contained in:
Charles Haley 2012-08-29 11:59:41 +02:00
parent a7863ba70b
commit 7bf5361d58

View File

@ -655,7 +655,10 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
'validExtensions': self.ALL_FORMATS, 'validExtensions': self.ALL_FORMATS,
'passwordChallenge': challenge, 'passwordChallenge': challenge,
'currentLibraryName': self.current_library_name, 'currentLibraryName': self.current_library_name,
'currentLibraryUUID': library_uuid}) 'currentLibraryUUID': library_uuid,
'pubdateFormat': tweaks['gui_pubdate_display_format'],
'timestampFormat': tweaks['gui_timestamp_display_format'],
'lastModifiedFormat': tweaks['gui_last_modified_display_format']})
if opcode != 'OK': if opcode != 'OK':
# Something wrong with the return. Close the socket # Something wrong with the return. Close the socket
# and continue. # and continue.