mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
78e350c665
commit
b7022494cc
@ -884,7 +884,7 @@ class Device(DeviceConfig, DevicePlugin):
|
||||
c = sanitize(c)
|
||||
if not c: continue
|
||||
extra_components.append(c)
|
||||
extra_componets.append(sanitize(self.filename_callback(fname, mdata)))
|
||||
extra_components.append(sanitize(self.filename_callback(fname, mdata)))
|
||||
|
||||
if not use_subdirs:
|
||||
extra_components = extra_components[:1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user