mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-17 18:45:27 +01:00
IGN:...
This commit is contained in:
parent
e32744eb6d
commit
c8a9846b0e
1 changed files with 2 additions and 1 deletions
|
|
@ -162,7 +162,8 @@ def set_database(self, db):
|
|||
|
||||
def refresh_ids(self, ids, current_row=-1):
|
||||
rows = self.db.refresh_ids(ids)
|
||||
self.refresh_rows(rows, current_row=current_row)
|
||||
if rows:
|
||||
self.refresh_rows(rows, current_row=current_row)
|
||||
|
||||
def refresh_rows(self, rows, current_row=-1):
|
||||
for row in rows:
|
||||
|
|
|
|||
Loading…
Reference in a new issue