mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Rename last watched to last played
This commit is contained in:
parent
c62e0e4e99
commit
b1ea3bcd4e
12 changed files with 22 additions and 22 deletions
|
@ -133,7 +133,7 @@ libraries_list_table_options = {
|
|||
},
|
||||
{
|
||||
"targets": [8],
|
||||
"data":"last_watched",
|
||||
"data":"last_played",
|
||||
"createdCell": function (td, cellData, rowData, row, col) {
|
||||
if (cellData !== null && cellData !== '') {
|
||||
var media_type = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue