devine
devine copied to clipboard
The defaultdict implementation isn't working properly
Describe the bug All extra data in track.data is gone. For example the dash and hls keys are empty. Before this commit, it worked fine:
refactor(Track): Ensure data property is a defaultdict with dict factory
To Reproduce
Try to access the dash / hls key:
track.data["dash"]["manifest"]
Screenshots