Commit 6ad11c19 authored by Mark Harding's avatar Mark Harding

(chore): remove play counts until better analytics are available - closes #2294

parent 1dc58eaa
No related merge requests found
Pipeline #99937927 waiting for manual action with stages
in 45 minutes and 29 seconds
......@@ -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
......
Please register or to comment