mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-28 02:23:58 +00:00
Only refresh objects which can be refreshed
This commit is contained in:
@@ -613,7 +613,8 @@ class Tagger(QtGui.QApplication):
|
||||
|
||||
def refresh(self, objs):
|
||||
for obj in objs:
|
||||
obj.load(priority=True, refresh=True)
|
||||
if obj.can_refresh():
|
||||
obj.load(priority=True, refresh=True)
|
||||
|
||||
@classmethod
|
||||
def instance(cls):
|
||||
|
||||
Reference in New Issue
Block a user