admin: remove govod_want

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/888/head
Varun Patil 2023-10-20 14:49:19 -07:00
parent c9317e9e37
commit 5319743c2d
3 changed files with 0 additions and 6 deletions

View File

@ -159,7 +159,6 @@ class AdminController extends GenericApiController
!$extGoVod,
!$extGoVod,
);
$status['govod_want'] = BinExt::GOVOD_VER;
// Check for VA-API device
$devPath = '/dev/dri/renderD128';

View File

@ -57,7 +57,6 @@ export type ISystemStatus = {
ffmpeg: IBinaryStatus;
ffprobe: IBinaryStatus;
govod: IBinaryStatus;
govod_want: string;
vaapi_dev: 'ok' | 'not_found' | 'not_readable';
action_token: string;

View File

@ -16,10 +16,6 @@
<NcNoteCard :type="binaryStatusType(status.govod)">
{{ binaryStatus('go-vod', status.govod) }}
</NcNoteCard>
{{ t('memories', 'If you want to use an external go-vod, make sure you have the correct tag.') }}
<br />
<code>git clone -b {{ status.govod_want }} https://github.com/pulsejet/go-vod</code>
</template>
<NcCheckboxRadioSwitch