mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 16:52:58 -07:00
Add progress percent to export table
This commit is contained in:
parent
39d6edd581
commit
44c643d7da
5 changed files with 72 additions and 16 deletions
|
@ -6556,14 +6556,27 @@ class WebInterface(object):
|
|||
"recordsTotal": 10,
|
||||
"recordsFiltered": 3,
|
||||
"data":
|
||||
[{"row_id": 2,
|
||||
"timestamp": 1596484600,
|
||||
[{"timestamp": 1602823644,
|
||||
"art_level": 0,
|
||||
"complete": 1,
|
||||
"custom_fields": "",
|
||||
"exists": true,
|
||||
"export_id": 42,
|
||||
"exported_items": 28,
|
||||
"file_format": "json",
|
||||
"file_size": 57793562,
|
||||
"filename": null,
|
||||
"individual_files": 1,
|
||||
"media_info_level": 1,
|
||||
"media_type": "collection",
|
||||
"media_type_title": "Collection",
|
||||
"metadata_level": 1,
|
||||
"rating_key": null,
|
||||
"section_id": 1,
|
||||
"rating_key": 270716,
|
||||
"media_type": "movie",
|
||||
"media_type_title": "Movie",
|
||||
"filename": "Movie - Frozen II [270716].20200803125640.json",
|
||||
"complete": 1
|
||||
"thumb_level": 2,
|
||||
"title": "Library - Movies - Collection [1]",
|
||||
"total_items": 28,
|
||||
"user_id": null
|
||||
},
|
||||
{...},
|
||||
{...}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue