1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 16:28:51 -05:00

* 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

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