mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix None values in stream data for pre v2 history
This commit is contained in:
parent
08c32e875e
commit
5722a52082
2 changed files with 24 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue