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
4205ee8b
Commit
4205ee8b
authored
21 minutes ago
by
Ben Hayward
Browse files
Options
Download
Send entity guid rather than activity.
parent
f0df0130
feat/admin-manual-transcoding-2237
1 merge request
!671
[Sprint/SillySheep](feat): Added ability for admins to manually transcode a video. #2237
Pipeline
#100018332
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app/common/components/post-menu/post-menu.component.ts
View file @
4205ee8b
...
...
@@ -378,7 +378,7 @@ export class PostMenuComponent implements OnInit {
* Calls transcode from admin service on button click.
*/
protected
transcode
():
void
{
this
.
adminService
.
transcode
(
this
.
entity
.
guid
);
this
.
adminService
.
transcode
(
this
.
entity
.
entity_
guid
);
this
.
selectOption
(
'
transcode
'
);
}
}
This diff is collapsed.
Please
register
or
sign in
to comment