ndf
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled

This commit is contained in:
2025-12-29 23:40:50 -08:00
parent 4920ebf765
commit dfbee311b6
10 changed files with 5 additions and 61 deletions

View File

@@ -701,7 +701,7 @@ class YtdlpMetadataProvider(MetadataProvider):
tags: List[str] = []
try:
from metadata import extract_ytdlp_tags
from SYS.metadata import extract_ytdlp_tags
except Exception:
extract_ytdlp_tags = None # type: ignore[assignment]