fix media.check() sig

This commit is contained in:
Damien Elmes 2019-12-20 11:58:50 +10:00
parent f170763ef1
commit 068b10103c

View file

@ -265,7 +265,7 @@ create table meta (dirMod int, lastUsn int); insert into meta values (0, 0);
# Rebuilding DB # Rebuilding DB
########################################################################## ##########################################################################
def check(self, local: Optional[List[str]]) -> Tuple[List[str],List[str],List[str]]: def check(self, local: Optional[List[str]] = None) -> Tuple[List[str],List[str],List[str]]:
"Return (missingFiles, unusedFiles)." "Return (missingFiles, unusedFiles)."
mdir = self.dir() mdir = self.dir()
# gather all media references in NFC form # gather all media references in NFC form