mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 09:37:25 +00:00
Added some logging about mediainfo library used.
This commit is contained in:
parent
210edfcad4
commit
d18f3f7b8f
1 changed files with 2 additions and 0 deletions
|
@ -842,6 +842,8 @@ def refine_from_mediainfo(path, video):
|
|||
if not exe:
|
||||
logging.debug('BAZARR MediaInfo library not found!')
|
||||
return
|
||||
else:
|
||||
logging.debug('BAZARR MediaInfo library used is %s', exe)
|
||||
|
||||
media_info = MediaInfo.parse(path, library_file=exe);
|
||||
|
||||
|
|
Loading…
Reference in a new issue