mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
update naming and API doc
This commit is contained in:
parent
2b1d7b46eb
commit
e29cbdf9f9
3 changed files with 5 additions and 3 deletions
|
@ -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));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue