mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 18:33:50 +02:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
eb8b2e2d23
1 changed files with 2 additions and 0 deletions
|
|
@ -682,6 +682,8 @@ def _get_smartdevice_option_number(self, opt_string):
|
|||
return None
|
||||
|
||||
def _metadata_in_cache(self, uuid, ext, lastmod):
|
||||
if lastmod == 'None':
|
||||
return None
|
||||
from calibre.utils.date import parse_date, now
|
||||
key = uuid+ext
|
||||
if isinstance(lastmod, unicode):
|
||||
|
|
|
|||
Loading…
Reference in a new issue