Separate export poster and art

This commit is contained in:
JonnyWong16 2020-09-28 20:47:28 -07:00
parent 0203a1d4dc
commit 6bc7de7a6d
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
6 changed files with 63 additions and 34 deletions

View file

@ -85,7 +85,7 @@ export_table_options = {
"createdCell": function (td, cellData, rowData, row, col) {
if (cellData !== '') {
var images = '';
if (rowData['include_images']) {
if (rowData['include_thumb'] || rowData['include_art']) {
images = ' + images';
}
$(td).html(cellData + images);