mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Set default save template to one without subfolders. Helps with readers that don't support them, such as K4A
This commit is contained in:
parent
18ee0e2357
commit
f967610679
@ -84,6 +84,8 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
|
||||
PREFIX = ''
|
||||
BACKLOADING_ERROR_MESSAGE = None
|
||||
|
||||
SAVE_TEMPLATE = '{title} - {authors} ({id})'
|
||||
|
||||
# Some network protocol constants
|
||||
BASE_PACKET_LEN = 4096
|
||||
PROTOCOL_VERSION = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user