From 3e4968af8f178f22eb2cebb23eff78fbbada5238 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Fri, 11 Jan 2013 10:03:27 +0000 Subject: [PATCH] * allow all audio files in utorrent-postprocess --- website/scripts/utorrent-postprocess.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/scripts/utorrent-postprocess.groovy b/website/scripts/utorrent-postprocess.groovy index 5d7d22f2..b7df3bb1 100644 --- a/website/scripts/utorrent-postprocess.groovy +++ b/website/scripts/utorrent-postprocess.groovy @@ -49,7 +49,7 @@ def forceAnime(f) { } def forceIgnore(f) { - tryQuietly{ ut_label } =~ /^(?i:Music|Audio|Ebook|other|what.cd|waffles.fm)/ + tryQuietly{ ut_label } =~ /^(?i:Ebook|other|ignore)/ }