mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Small code correction typo
This commit is contained in:
parent
3c8b858baf
commit
a6cd0f156b
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ def initialize(section=None):
|
|||
logger.warning("Failed to locate ffmpeg, transcoding disabled!")
|
||||
logger.warning("Install ffmpeg with x264 support to enable this feature ...")
|
||||
|
||||
if not FFMPEG:
|
||||
if not FFPROBE:
|
||||
FFPROBE = None
|
||||
logger.warning("Failed to locate ffprobe, video corruption detection disabled!")
|
||||
logger.warning("Install ffmpeg with x264 support to enable this feature ...")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue