mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Fix stream info modal on Users and Libraries pages
This commit is contained in:
parent
af4d0248d9
commit
f29d7c8cfb
3 changed files with 10 additions and 4 deletions
|
@ -110,6 +110,7 @@ class Libraries(object):
|
|||
'library_sections.art',
|
||||
'COUNT(session_history.id) AS plays',
|
||||
'MAX(session_history.started) AS last_accessed',
|
||||
'MAX(session_history.id) AS id',
|
||||
'session_history_metadata.full_title AS last_watched',
|
||||
'session_history_metadata.thumb',
|
||||
'session_history_metadata.parent_thumb',
|
||||
|
@ -172,6 +173,7 @@ class Libraries(object):
|
|||
'library_art': item['art'],
|
||||
'plays': item['plays'],
|
||||
'last_accessed': item['last_accessed'],
|
||||
'id': item['id'],
|
||||
'last_watched': item['last_watched'],
|
||||
'thumb': thumb,
|
||||
'media_type': item['media_type'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue