Rename last watched to last played

This commit is contained in:
JonnyWong16 2016-01-23 14:06:25 -08:00
commit b1ea3bcd4e
12 changed files with 22 additions and 22 deletions

View file

@ -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 = '';

View file

@ -199,7 +199,7 @@ media_info_table_options = {
},
{
"targets": [10],
"data": "last_watched",
"data": "last_played",
"createdCell": function (td, cellData, rowData, row, col) {
if (cellData !== null && cellData !== '') {
date = moment(cellData, "X").format(date_format);
@ -427,7 +427,7 @@ function childTableFormatMedia(rowData) {
'<th align="left" id="audio_codec">Audio Codec</th>' +
'<th align="left" id="audio_channels">Audio Channels</th>' +
'<th align="left" id="file_size">File Size</th>' +
'<th align="left" id="last_watched">Last Watched</th>' +
'<th align="left" id="last_played">Last Played</th>' +
'<th align="left" id="total_plays">Total Plays</th>' +
'</tr>' +
'</thead>' +

View file

@ -81,7 +81,7 @@ user_ip_table_options = {
},
{
"targets": [4],
"data":"last_watched",
"data":"last_played",
"createdCell": function (td, cellData, rowData, row, col) {
if (cellData !== '') {
var media_type = '';

View file

@ -137,7 +137,7 @@ users_list_table_options = {
},
{
"targets": [7],
"data":"last_watched",
"data":"last_played",
"createdCell": function (td, cellData, rowData, row, col) {
if (cellData !== null && cellData !== '') {
var media_type = '';