mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-10 17:13:35 +08:00
Commented refine_from_mediainfo for now until we fix the issue on Linux.
This commit is contained in:
parent
d18f3f7b8f
commit
0f765db613
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ def get_video(path, title, sceneName, use_scenename, use_mediainfo, providers=No
|
|||
video.original_path = original_path
|
||||
refine_from_db(original_path, video)
|
||||
|
||||
if use_mediainfo:
|
||||
refine_from_mediainfo(original_path, video)
|
||||
#if use_mediainfo:
|
||||
# refine_from_mediainfo(original_path, video)
|
||||
|
||||
logging.debug('BAZARR is using those video object properties: %s', vars(video))
|
||||
return video
|
||||
|
|
Loading…
Reference in a new issue