mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
c79b66b2e3
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.