From 8959a79103a2ac0f86d4fee62120605cb5dc5f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Fri, 15 Mar 2019 16:04:28 -0400 Subject: [PATCH] Added debug logging for video object properties. --- bazarr/get_subtitle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bazarr/get_subtitle.py b/bazarr/get_subtitle.py index 7531d565e..dace4f554 100644 --- a/bazarr/get_subtitle.py +++ b/bazarr/get_subtitle.py @@ -67,6 +67,7 @@ def get_video(path, title, sceneName, use_scenename, providers=None, media_type= video.original_name = original_name video.original_path = original_path refine_from_db(original_path,video) + logging.debug('BAZARR is using those video object properties: %s', vars(video)) return video except: