Added better logging of exception while getting video information from a file.

This commit is contained in:
Louis Vézina 2019-09-13 21:56:52 -04:00
parent 2fcf3dee08
commit 5c905021f5
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ def get_video(path, title, sceneName, use_scenename, providers=None, media_type=
logging.debug('BAZARR is using those video object properties: %s', vars(video))
return video
except:
except Exception as e:
logging.exception("BAZARR Error trying to get video information for this file: " + path)