DMCA
This commit is contained in:
@@ -85,10 +85,12 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
@if(!$episode->dmca_takedown)
|
||||
<a data-te-toggle="modal" data-te-target="#modalDownload" id="reloadCaptchaModal"
|
||||
class="text-xl leading-tight text-gray-800 whitespace-nowrap cursor-pointer dark:text-gray-200">
|
||||
<i class="fa-solid fa-download pr-[4px]"></i> {{ __('stream.download') }}
|
||||
</a>
|
||||
@endif
|
||||
|
||||
<a data-te-toggle="modal" data-te-target="#modalShare"
|
||||
class="text-xl leading-tight text-gray-800 whitespace-nowrap cursor-pointer dark:text-gray-200">
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
<div class="block">
|
||||
<div id="player-alert" class="hidden mb-4 rounded-lg bg-danger-100 px-6 py-5 text-base text-danger-700" role="alert">
|
||||
</div>
|
||||
@if($episode->dmca_takedown)
|
||||
<div class="mb-4 rounded-lg bg-danger-400 px-6 py-5 text-base text-danger-800 mt-5" role="alert">
|
||||
(╥﹏╥) This episode is unavailable! (DMCA Takedown) (╥﹏╥)
|
||||
</div>
|
||||
@endif
|
||||
<canvas id="ambientVideo" class="decoy"></canvas>
|
||||
<div class="relative w-full aspect-[16/9]">
|
||||
<video id="player" playsinline controls crossorigin class="absolute inset-0 w-full h-full"></video>
|
||||
|
||||
Reference in New Issue
Block a user