Fix None values in stream data for pre v2 history
This commit is contained in:
@@ -954,6 +954,7 @@ class DataFactory(object):
|
||||
'grandparent_title': item['grandparent_title']
|
||||
}
|
||||
|
||||
stream_output = {k: v or '' for k, v in stream_output.iteritems()}
|
||||
return stream_output
|
||||
|
||||
def get_metadata_details(self, rating_key):
|
||||
|
Reference in New Issue
Block a user