mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 05:43:23 +02:00
MTP driver: Fix template specified in device not being used
This commit is contained in:
parent
041c6e9b11
commit
683aeb4713
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ def __init__(s):
|
|||
|
||||
@property
|
||||
def save_template(self):
|
||||
return self.prefs['send_template']
|
||||
return self.get_pref('send_template')
|
||||
|
||||
# }}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue