mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-25 09:12:38 +00:00
Added debug logging for video object properties.
This commit is contained in:
parent
681af94333
commit
8959a79103
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue