mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
eb8b2e2d23
@ -682,6 +682,8 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
|
||||
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…
x
Reference in New Issue
Block a user