Rename last watched to last played
This commit is contained in:
@@ -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 = '';
|
||||
|
Reference in New Issue
Block a user