admin: hide VA-API status if external

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/888/head
Varun Patil 2023-10-21 12:09:41 -07:00
parent 19a4db3ee5
commit bdf39678ed
1 changed files with 2 additions and 1 deletions

View File

@ -18,12 +18,13 @@
'Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration.',
)
}}
<br />
{{ t('memories', 'For more details on driver installation, check the documentation:') }}
<a target="_blank" href="https://memories.gallery/hw-transcoding/#va-api">
{{ t('memories', 'External Link') }}
</a>
<NcNoteCard :type="vaapiStatusType" v-if="status">
<NcNoteCard :type="vaapiStatusType" v-if="status && !config['memories.vod.external']">
{{ vaapiStatusText }}
</NcNoteCard>