From 91019c0b1677751daa16b702d2d3e7578d850ec3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 2 Jun 2018 18:10:00 +0200 Subject: ... --- custom/uucp-mediaclient.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/uucp-mediaclient.nix b/custom/uucp-mediaclient.nix index 7c7f2743..2847ebe8 100644 --- a/custom/uucp-mediaclient.nix +++ b/custom/uucp-mediaclient.nix @@ -20,7 +20,7 @@ let mediadir = cfg.mediaDir; donotify = cfg.notify.users != []; showtitle = cfg.notify.extractTitle; - ffmpeg = if doNotify then ffmpeg-full else "/no-such-path"; + ffmpeg = if donotify then ffmpeg-full else "/no-such-path"; notify = writeScript "notify.sh" '' #!${zsh}/bin/zsh -- cgit v1.2.3