Nook Color: Do not upload cover thumbnails as the NC doesn't need them

This commit is contained in:
Kovid Goyal 2011-06-04 10:08:52 -06:00
parent 07001c633a
commit 14970c38c2

View File

@ -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.')