mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 15:53:42 +02:00
Remove redundant call to reset_ondevice in gui2.library.models
This commit is contained in:
parent
ed363bd339
commit
3ff4a94287
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ def read_config(self):
|
|||
|
||||
def set_device_connected(self, is_connected):
|
||||
self.device_connected = is_connected
|
||||
self.refresh_ondevice()
|
||||
# self.refresh_ondevice()
|
||||
|
||||
def refresh_ondevice(self):
|
||||
self.db.refresh_ondevice()
|
||||
|
|
|
|||
Loading…
Reference in a new issue