remove argument self

This commit is contained in:
maxid
2025-12-07 18:54:57 +01:00
parent 5cdfb96717
commit ec93c1abc4

View File

@@ -27,7 +27,7 @@ def send_email(subject: str, html: str, addressee: str) -> None:
log.info(f"Successfully sent email to {addressee} with subject: {subject}")
def detect_unknown_media(self, path: Path) -> list[Path]:
def detect_unknown_media(path: Path) -> list[Path]:
libraries = []
libraries.extend(AllEncompassingConfig().misc.movie_libraries)
libraries.extend(AllEncompassingConfig().misc.tv_libraries)