There was an error while loading. Please reload this page.
1 parent ad656d2 commit 33eb38fCopy full SHA for 33eb38f
1 file changed
backend/features/mass_edit.py
@@ -130,7 +130,7 @@ def run(self, **kwargs) -> None:
130
ws = WebSocket()
131
total_items = len(self.volume_ids)
132
133
- for item_index, volume_id in enumerate(self.volume_ids):
+ for item_index, volume_id in enumerate(iter_commit(self.volume_ids)):
134
ws.update_mass_editor_status(
135
self.identifier,
136
item_index + 1,
0 commit comments