From 14970c38c291cd5239830effc1aa084eae914cb5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 4 Jun 2011 10:08:52 -0600 Subject: [PATCH] Nook Color: Do not upload cover thumbnails as the NC doesn't need them --- src/calibre/devices/nook/driver.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/calibre/devices/nook/driver.py b/src/calibre/devices/nook/driver.py index 22264c3458..72f2e02508 100644 --- a/src/calibre/devices/nook/driver.py +++ b/src/calibre/devices/nook/driver.py @@ -107,6 +107,9 @@ class NOOK_COLOR(NOOK): return filepath + def upload_cover(self, path, filename, metadata, filepath): + pass + class NOOK_TSR(NOOK): gui_name = _('Nook Simple') description = _('Communicate with the Nook TSR eBook reader.')