mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
MTP driver: Fix template specified in device not being used
This commit is contained in:
parent
041c6e9b11
commit
683aeb4713
@ -457,7 +457,7 @@ class MTP_DEVICE(BASE):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def save_template(self):
|
def save_template(self):
|
||||||
return self.prefs['send_template']
|
return self.get_pref('send_template')
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user