feat: Add decrypt_labs_api_key to Config initialization and change duplicate track log level to debug

This commit is contained in:
Andy
2025-09-25 06:22:50 +00:00
parent 98ecf6f876
commit 63b7a49c1a
2 changed files with 2 additions and 1 deletions

View File

@@ -181,7 +181,7 @@ class Tracks:
log = logging.getLogger("Tracks")
if duplicates:
log.warning(f" - Found and skipped {duplicates} duplicate tracks...")
log.debug(f" - Found and skipped {duplicates} duplicate tracks...")
def sort_videos(self, by_language: Optional[Sequence[Union[str, Language]]] = None) -> None:
"""Sort video tracks by bitrate, and optionally language."""