mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add id parameter to get_history API for backwards compatibility
This commit is contained in:
parent
96438e1e15
commit
c108765857
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ class DataFactory(object):
|
|||
|
||||
row = {'reference_id': item['reference_id'],
|
||||
'row_id': item['row_id'],
|
||||
'id': item['row_id'],
|
||||
'date': item['date'],
|
||||
'started': item['started'],
|
||||
'stopped': item['stopped'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue