mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Rename include_thumb/art to thumb/art_level
This commit is contained in:
parent
f141c67ceb
commit
9a7627e35e
5 changed files with 91 additions and 57 deletions
|
@ -85,7 +85,7 @@ export_table_options = {
|
|||
"createdCell": function (td, cellData, rowData, row, col) {
|
||||
if (cellData !== '') {
|
||||
var images = '';
|
||||
if (rowData['include_thumb'] || rowData['include_art']) {
|
||||
if (rowData['thumb_level'] || rowData['art_level']) {
|
||||
images = ' + images';
|
||||
}
|
||||
$(td).html(cellData + images);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue