mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f461783a37
commit
a4e8f8b8b5
@ -1036,6 +1036,8 @@ class DeviceMixin(object): # {{{
|
|||||||
total_size = self.location_manager.free[0]
|
total_size = self.location_manager.free[0]
|
||||||
if self.location_manager.free[0] > total_size + (1024**2):
|
if self.location_manager.free[0] > total_size + (1024**2):
|
||||||
# Send news to main memory if enough space available
|
# Send news to main memory if enough space available
|
||||||
|
# as some devices like the Nook Color cannot handle
|
||||||
|
# periodicals on SD cards properly
|
||||||
on_card = None
|
on_card = None
|
||||||
self.upload_books(files, names, metadata,
|
self.upload_books(files, names, metadata,
|
||||||
on_card=on_card,
|
on_card=on_card,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user