Skip to content

Don't update metrics for externally loaded manifests

Created by: greg80303

Fix for issue #570 (closed)

When manifests are loaded outside the player, no metrics will be collected for those manifest updates. Once the manifest is attached to the player for playback of the media, manifest update metrics will resume collection.

The code changes in this PR simply prevent null-reference exceptions when manifest update information is not available.

Merge request reports