Commit 4205ee8b authored by Ben Hayward's avatar Ben Hayward

Send entity guid rather than activity.

1 merge request!671[Sprint/SillySheep](feat): Added ability for admins to manually transcode a video. #2237
Pipeline #100018332 running with stages
......@@ -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');
}
}
Please register or to comment