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,
|
||||||
!$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';
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue