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,
!$extGoVod, !$extGoVod,
); );
$status['govod_want'] = BinExt::GOVOD_VER;
// Check for VA-API device // Check for VA-API device
$devPath = '/dev/dri/renderD128'; $devPath = '/dev/dri/renderD128';

View File

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

View File

@ -16,10 +16,6 @@
<NcNoteCard :type="binaryStatusType(status.govod)"> <NcNoteCard :type="binaryStatusType(status.govod)">
{{ binaryStatus('go-vod', status.govod) }} {{ binaryStatus('go-vod', status.govod) }}
</NcNoteCard> </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> </template>
<NcCheckboxRadioSwitch <NcCheckboxRadioSwitch