added widevine notice on crunchyroll download

This commit is contained in:
stratuma 2024-06-20 15:42:13 +02:00
parent f33a562996
commit dbbb113211

View File

@ -71,6 +71,9 @@
readonly readonly
/> />
</div> </div>
<div v-if="(service === 'crunchyroll')" class="relative flex flex-col text-sm text-center">
Crunchyroll Download needs L3 Widevine keys that can be added in settings -> widevine
</div>
<div v-if="!isLoggedInCR && service === 'crunchyroll'" class="relative flex flex-col"> <div v-if="!isLoggedInCR && service === 'crunchyroll'" class="relative flex flex-col">
<button @click="openCRLogin" class="bg-[#5c5b5b] focus:outline-none px-3 py-3 rounded-xl text-sm text-center cursor-pointer">Click to Login</button> <button @click="openCRLogin" class="bg-[#5c5b5b] focus:outline-none px-3 py-3 rounded-xl text-sm text-center cursor-pointer">Click to Login</button>
</div> </div>