update naming and API doc

This commit is contained in:
herby2212 2023-10-28 17:42:18 +02:00
parent 2b1d7b46eb
commit e29cbdf9f9
3 changed files with 5 additions and 3 deletions

View file

@ -854,7 +854,7 @@ DOCUMENTATION :: END
};
},
complete: function(xhr, status) {
$("#info-element-total-media-runtime").html(humanDuration(xhr.responseJSON.total_duration));
$("#info-element-total-media-runtime").html(humanDuration(xhr.responseJSON.total_media_duration));
$("#info-element-total-file-size").html(humanFileSize(xhr.responseJSON.total_file_size));
}
};