Skip to content

Commit

Permalink
Update Sources/MuxStatsGoogleIMAPlugin/MUXSDKIMAAdsListener.m
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux authored Oct 30, 2024
1 parent 758e9be commit 70f558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MuxStatsGoogleIMAPlugin/MUXSDKIMAAdsListener.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ - (instancetype)initWithPlayerBinding:(MUXSDKPlayerBinding *)binding
self = [super init];

if (self) {
self.customerAdsLoaderDelegate = adsLoader.delegate;
_customerAdsLoaderDelegate = adsLoader.delegate;
adsLoader.delegate = self;

// The Ads Manager isn't created until further into the wokflow
Expand Down

0 comments on commit 70f558f

Please sign in to comment.