mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Fix platform_type missing for last watched home stats
This commit is contained in:
parent
28d136075c
commit
85a3f15531
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ class DataFactory(object):
|
||||||
'thumb': thumb,
|
'thumb': thumb,
|
||||||
'grandparent_thumb': item[8],
|
'grandparent_thumb': item[8],
|
||||||
'last_watch': item[9],
|
'last_watch': item[9],
|
||||||
'platform': item[10],
|
'platform_type': item[10],
|
||||||
}
|
}
|
||||||
last_watched.append(row)
|
last_watched.append(row)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue