Fix #896791 (error communicating with device)

This commit is contained in:
Kovid Goyal 2011-11-27 19:34:03 +05:30
commit 521111ba66

View File

@ -1306,6 +1306,7 @@ class ITUNES(DriverBase):
if DEBUG:
self.log.info(" ITUNES._add_new_copy()")
if fpath.rpartition('.')[2].lower() == 'epub':
self._update_epub_metadata(fpath, metadata)
db_added = None