link_mode small fix

This commit is contained in:
lededev
2022-03-27 17:08:11 +08:00
parent 12e8c88a07
commit 5af8060176
3 changed files with 4 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ class Config:
def actor_gender(self) -> str:
return self.conf.get("common", "actor_gender")
def link_mode(self) -> bool:
def link_mode(self) -> int:
return self.getint_override("common", "link_mode")
def scan_hardlink(self) -> bool: