Code: Select all
[{ any{ hdr.replace('Dolby Vision':'DV') }{ 'SDR' } }]
Code: Select all
[{ any{ hdr.replace('Dolby Vision':'DV') }{ 'SDR' } }]
Code: Select all
--def seriesDB=TheTVDB
Code: Select all
{
any{ genre ==~ /Documentary|News/ ? 'Documentaries' : 'TV Shows' }{ 'TV Shows (No Genre)' }
}
Code: Select all
java.lang.NullPointerException
at net.filebot.web.WebRequest.httpRequestV2(Unknown Source)