Fix bug with media processing

pull/2/head
Raphaël Vinot 2015-05-29 18:00:48 +02:00
parent 32d70efe29
commit fb7e47b10e
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ class KittenGroomer(KittenGroomerBase):
def _media_processing(self):
'''Generic way to process all the media files'''
self.cur_log.fields(processing_type='media')
self.cur_file.add_log_details('processing_type', 'media')
self._safe_copy()
#######################