diff --git a/picard/file.py b/picard/file.py index 3536ddce6..620bcfa59 100644 --- a/picard/file.py +++ b/picard/file.py @@ -144,7 +144,7 @@ class File(QtCore.QObject, Item): def has_error(self): return self.state == File.ERROR - def _load(self): + def _load(self, filename): """Load metadata from the file.""" raise NotImplementedError