Fix platform_type missing for last watched home stats

This commit is contained in:
Jonathan Wong 2015-08-28 01:31:35 -07:00
parent 28d136075c
commit 85a3f15531

View file

@ -464,7 +464,7 @@ class DataFactory(object):
'thumb': thumb,
'grandparent_thumb': item[8],
'last_watch': item[9],
'platform': item[10],
'platform_type': item[10],
}
last_watched.append(row)