mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 14:10:52 -07:00
Fix get_history returning incorrect title (Fixes Tautulli/Tautulli-Issues#244)
This commit is contained in:
parent
71551d3f6d
commit
dcad3017d3
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class DataFactory(object):
|
|||
'parent_rating_key': item['parent_rating_key'],
|
||||
'grandparent_rating_key': item['grandparent_rating_key'],
|
||||
'full_title': item['full_title'],
|
||||
'title': item['parent_title'],
|
||||
'title': item['title'],
|
||||
'parent_title': item['parent_title'],
|
||||
'grandparent_title': item['grandparent_title'],
|
||||
'original_title': item['original_title'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue