From 5ecc958421788e1b69b1fa14ab5e62c06d0f3e9f Mon Sep 17 00:00:00 2001 From: brave-builds Date: Sat, 11 May 2024 14:13:35 +0000 Subject: [PATCH] Uplift of #23584 (squashed) to beta --- browser/brave_ads/tabs/ads_tab_helper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/brave_ads/tabs/ads_tab_helper.cc b/browser/brave_ads/tabs/ads_tab_helper.cc index ff56c74a5bb74..4c97fa16ccde6 100644 --- a/browser/brave_ads/tabs/ads_tab_helper.cc +++ b/browser/brave_ads/tabs/ads_tab_helper.cc @@ -228,7 +228,7 @@ void AdsTabHelper::OnMaybeNotifyTabTextContentDidChange( void AdsTabHelper::MaybeNotifyTabDidStartPlayingMedia() { if (ads_service_) { - ads_service_->NotifyTabDidStopPlayingMedia(tab_id_.id()); + ads_service_->NotifyTabDidStartPlayingMedia(tab_id_.id()); } }