Fix platform_type missing for last watched home stats
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user