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
405
Merge Requests
58
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
6d2a5fa0
Commit
6d2a5fa0
authored
1 hour ago
by
Mark Harding
Browse files
Options
Download
(chore): remove text about notification for now
parent
e9c085da
epic/transcoder-improvements
1 merge request
!691
New video player
Pipeline
#102336069
running with stages
in 45 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/app/modules/media/components/video-player/player.component.html
View file @
6d2a5fa0
...
...
@@ -6,8 +6,7 @@
class=
"m-videoPlayer__notice--transcoding"
*ngIf=
"status === 'transcoding'"
>
This video is still transcoding. You will receive a notification when it is
completed.
This video is still transcoding.
</span>
<span
class=
"m-videoPlayer__notice--created"
*ngIf=
"status === 'created'"
>
This video is waiting to be transcoded.
...
...
This diff is collapsed.
Please
register
or
sign in
to comment