* allow all audio files in utorrent-postprocess

This commit is contained in:
Reinhard Pointner 2013-01-11 10:03:27 +00:00
parent bd3652ff2d
commit 3e4968af8f
1 changed files with 1 additions and 1 deletions

View File

@ -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)/
}