Commit 64a4ffd8 authored by Olivia Madrid's avatar Olivia Madrid

(feat): Media modal - changed activity to entity

1 merge request!467WIP: (feat): Media modal
Pipeline #74035267 passed with stages
in 28 minutes and 32 seconds
......@@ -30,7 +30,7 @@
[playCount]="entity['play:count']"
[torrent]="[{ res: '360', key: entity.custom_data.guid + '/360.mp4' }]"
#player>
<video-ads [player]="player" *ngIf="activity.monetized"></video-ads>
<video-ads [player]="player" *ngIf="entity.monetized"></video-ads>
</m-video>
</div>
<!-- </div> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment