Loading src/app/modules/media/view/view.component.html +3 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,9 @@ > <div class="m-media-content--play-count" *ngIf="entity['play:count'] || entity['play:count'] === 0" *ngIf=" (false && entity['play:count']) || entity['play:count'] === 0 " > <span i18n="@@MINDS__MEDIA__PLAYS_COUNTER" >{{ entity['play:count'] | number }} plays</span Loading Loading
src/app/modules/media/view/view.component.html +3 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,9 @@ > <div class="m-media-content--play-count" *ngIf="entity['play:count'] || entity['play:count'] === 0" *ngIf=" (false && entity['play:count']) || entity['play:count'] === 0 " > <span i18n="@@MINDS__MEDIA__PLAYS_COUNTER" >{{ entity['play:count'] | number }} plays</span Loading