From a6cd0f156b613cec8afc9fe0f23083b31f51e9a6 Mon Sep 17 00:00:00 2001 From: echel0n Date: Mon, 21 Apr 2014 13:19:50 -0700 Subject: [PATCH] Small code correction typo --- nzbtomedia/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nzbtomedia/__init__.py b/nzbtomedia/__init__.py index 88e0e755..d8d28cf8 100644 --- a/nzbtomedia/__init__.py +++ b/nzbtomedia/__init__.py @@ -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 ...")