feat: Experimental movie playback through plugins

This commit is contained in:
Aleksi Lassila
2024-12-07 14:30:25 +02:00
parent d3818903b3
commit 96d52299b0
22 changed files with 1960 additions and 112 deletions

View File

@@ -134,7 +134,7 @@
<!-- </div>-->
<!-- Play Button -->
{#if jellyfinId}
<!-- {#if jellyfinId}
<div class="absolute inset-0 flex items-center justify-center z-[1]">
<PlayButton
on:click={(e) => {
@@ -144,7 +144,7 @@
class="sm:opacity-0 group-hover:opacity-100 transition-opacity"
/>
</div>
{/if}
{/if} -->
{#if progress}
<div
class="absolute bottom-2 lg:bottom-3 inset-x-2 lg:inset-x-3 bg-gradient-to-t ease-in-out z-[1]"