Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
399
Merge Requests
51
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
6ad11c19
Commit
6ad11c19
authored
4 hours ago
by
Mark Harding
Browse files
Options
Download
(chore): remove play counts until better analytics are available - closes #2294
parent
1dc58eaa
master
No related merge requests found
Pipeline
#99937927
waiting for manual action with stages
in 45 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/app/modules/media/view/view.component.html
View file @
6ad11c19
...
...
@@ -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
...
...
This diff is collapsed.
Please
register
or
sign in
to comment