Add playlist info page

This commit is contained in:
JonnyWong16 2020-09-30 14:00:57 -07:00
parent 11f2f8ff81
commit b568af0a90
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
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,