mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Get history using title and year for Live TV info page
This commit is contained in:
parent
f8b6a9f1e8
commit
1699fc09cf
3 changed files with 37 additions and 9 deletions
|
@ -1093,6 +1093,7 @@ class DataFactory(object):
|
|||
'media_index': item['media_index'],
|
||||
'studio': item['studio'],
|
||||
'title': item['title'],
|
||||
'full_title': item['full_title'],
|
||||
'content_rating': item['content_rating'],
|
||||
'summary': item['summary'],
|
||||
'tagline': item['tagline'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue