mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Add watched percent to history table tooltip
This commit is contained in:
parent
2680162b67
commit
c25c48c1a6
2 changed files with 12 additions and 10 deletions
|
@ -136,6 +136,7 @@ class DataFactory(object):
|
|||
"thumb": thumb,
|
||||
"video_decision": item["video_decision"],
|
||||
"audio_decision": item["audio_decision"],
|
||||
"percent_complete": int(round(item['percent_complete'])),
|
||||
"watched_status": watched_status,
|
||||
"group_count": item["group_count"],
|
||||
"group_ids": item["group_ids"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue