From 83d9cf7faf933606f50c30f334178e896c2c0ac3 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Tue, 19 May 2009 07:11:45 -0400 Subject: [PATCH] Oops. --- plugins/video/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/video/video.py b/plugins/video/video.py index 766f11b..cc32687 100644 --- a/plugins/video/video.py +++ b/plugins/video/video.py @@ -33,7 +33,7 @@ XSL_TEMPLATE = tmpl('container.xsl') extfile = os.path.join(SCRIPTDIR, 'video.ext') try: - assert(config.ffmpeg_path()) + assert(config.get_bin('ffmpeg')) extensions = file(extfile).read().split() except: extensions = None -- 2.11.4.GIT