diff --git a/lib/Controller/AdminController.php b/lib/Controller/AdminController.php index f31d59b3..f1e0bdf9 100644 --- a/lib/Controller/AdminController.php +++ b/lib/Controller/AdminController.php @@ -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'; diff --git a/src/components/admin/AdminTypes.ts b/src/components/admin/AdminTypes.ts index 9a20fcac..6ad6a7f9 100644 --- a/src/components/admin/AdminTypes.ts +++ b/src/components/admin/AdminTypes.ts @@ -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; diff --git a/src/components/admin/sections/VideoTranscoder.vue b/src/components/admin/sections/VideoTranscoder.vue index bb9df995..61417d80 100644 --- a/src/components/admin/sections/VideoTranscoder.vue +++ b/src/components/admin/sections/VideoTranscoder.vue @@ -16,10 +16,6 @@ {{ binaryStatus('go-vod', status.govod) }} - - {{ t('memories', 'If you want to use an external go-vod, make sure you have the correct tag.') }} -
- git clone -b {{ status.govod_want }} https://github.com/pulsejet/go-vod