* fix amc/plex refresh issue
@see http://www.filebot.net/forums/viewtopic.php?f=6&t=1046
This commit is contained in:
parent
f76c31e4d6
commit
9564e6f770
|
@ -115,7 +115,7 @@ input = input.findAll{ f -> !(f.path =~ /\b(?i:sample|trailer|extras|deleted.sce
|
||||||
input.each{ f -> _log.finest("Input: $f") }
|
input.each{ f -> _log.finest("Input: $f") }
|
||||||
|
|
||||||
// artwork/nfo utility
|
// artwork/nfo utility
|
||||||
if (artwork || xbmc) { include('lib/htpc') }
|
if (artwork || xbmc || plex) { include('lib/htpc') }
|
||||||
|
|
||||||
// group episodes/movies and rename according to XBMC standards
|
// group episodes/movies and rename according to XBMC standards
|
||||||
def groups = input.groupBy{ f ->
|
def groups = input.groupBy{ f ->
|
||||||
|
|
Loading…
Reference in New Issue