admin: remove govod_want
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/888/head
parent
c9317e9e37
commit
5319743c2d
|
@ -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';
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue