Quote file path in tag application log message

This commit is contained in:
Rafael Moraes
2025-09-14 12:08:45 -03:00
parent 840987b28e
commit 287df2caea
+1 -1
View File
@@ -724,7 +724,7 @@ class Downloader:
if download_info.staged_path:
logger.debug(
f"[{colored_media_id}] Applying tags to {download_info.staged_path}"
f'[{colored_media_id}] Applying tags to "{download_info.staged_path}"'
)
self.apply_tags(
download_info.staged_path,