Files
shaka-player/test/util
Constanza Dibueno c79b66b2e3 fix(CMCDv2): Prevent processing when target is disabled in response mode (#9065)
Fixes #9056 

This PR fixes:
- The fact that CMCD functions were executed when the feature was
disabled in https://github.com/shaka-project/shaka-player/issues/9056

The issue was identified on response mode workflow, where data
processing was being executed even if target was disabled. Request and
Event mode were already skipping processing if disabled.
In order to fix the issue, data processing is now skipped if response
mode targets are disabled or not configured.
2025-09-09 09:27:08 +02:00
..