From 51fffee413266f84d840e4272ae3bfa4b82f3389 Mon Sep 17 00:00:00 2001 From: wes Date: Sun, 1 Apr 2012 12:40:48 -0400 Subject: [PATCH] fixed bug where it would stop playing --- lazyplay.sexp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lazyplay.sexp b/lazyplay.sexp index 7133d2f..ffd528b 100644 --- a/lazyplay.sexp +++ b/lazyplay.sexp @@ -1,3 +1,3 @@ (("player" "/usr/bin/mplayer") -("filetypes" (("avi" #t) ("mp4" #t) ("mkv" #t))) -("args" "")) \ No newline at end of file +("filetypes" (("avi" #t) ("mp4" #t) ("mkv" #t) ("m4a" #t))) +("args" ""))