Merge branch 'fix-manage-data-files' of https://github.com/un-pogaz/calibre

This commit is contained in:
Kovid Goyal 2023-09-01 13:40:11 +05:30
commit aa13f3e957
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -135,6 +135,8 @@ class EditMetadataAction(InterfaceAction):
for book_id in ids:
d = DataFilesManager(db, book_id, self.gui)
d.exec()
cr = self.gui.library_view.currentIndex().row()
self.gui.library_view.model().refresh_ids(ids, cr)
def _copy_links(self, lines):
urls = QUrl.fromStringList(lines)