1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-25 01:02:19 +00:00

Added debug logging for video object properties.

This commit is contained in:
Louis Vézina 2019-03-15 16:04:28 -04:00
parent 681af94333
commit 8959a79103

View file

@ -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: