Commit aefc6715 authored by Ben Hayward's avatar Ben Hayward

Update transcode.php

1 merge request!402[Sprint/SillySheep](feat): Added ability for admins to manually transcode a video. #2237
Pipeline #100110869 passed with stages
in 6 minutes and 58 seconds
......@@ -10,7 +10,7 @@ use Minds\Interfaces;
use Minds\Core\Media\Video\Manager;
use Minds\Entities;
class transcode implements Interfaces\Api //, Interfaces\ApiAdminPam
class transcode implements Interfaces\Api, Interfaces\ApiAdminPam
{
/**
* Not yet implemented GET.
......
Please register or to comment