mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Merge branch 'fix-manage-data-files' of https://github.com/un-pogaz/calibre
This commit is contained in:
commit
aa13f3e957
@ -135,6 +135,8 @@ class EditMetadataAction(InterfaceAction):
|
|||||||
for book_id in ids:
|
for book_id in ids:
|
||||||
d = DataFilesManager(db, book_id, self.gui)
|
d = DataFilesManager(db, book_id, self.gui)
|
||||||
d.exec()
|
d.exec()
|
||||||
|
cr = self.gui.library_view.currentIndex().row()
|
||||||
|
self.gui.library_view.model().refresh_ids(ids, cr)
|
||||||
|
|
||||||
def _copy_links(self, lines):
|
def _copy_links(self, lines):
|
||||||
urls = QUrl.fromStringList(lines)
|
urls = QUrl.fromStringList(lines)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user