Skip to content

Commit

Permalink
admin: remove govod_want
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Oct 20, 2023
1 parent c9317e9 commit 5319743
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/Controller/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ public function getSystemStatus(): Http\Response
!$extGoVod,
!$extGoVod,
);
$status['govod_want'] = BinExt::GOVOD_VER;

// Check for VA-API device
$devPath = '/dev/dri/renderD128';
Expand Down
1 change: 0 additions & 1 deletion src/components/admin/AdminTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 0 additions & 4 deletions src/components/admin/sections/VideoTranscoder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5319743

Please sign in to comment.