Add playlist info page

This commit is contained in:
JonnyWong16
2020-09-30 14:00:57 -07:00
parent 11f2f8ff81
commit b568af0a90
8 changed files with 168 additions and 62 deletions

View File

@@ -192,7 +192,7 @@ libraries_list_table_options = {
"data": "duration",
"createdCell": function (td, cellData, rowData, row, col) {
if (cellData !== null && cellData !== '') {
$(td).html(humanTimeClean(cellData));
$(td).html(humanDuration(cellData, 'dhm', 's'));
}
},
"searchable": false,