fix: close missing {/if} for playerStyle block in AudioPlayer

The {#if playerStyle === 'compact'} block was left unclosed after the
idle-state refactor, causing a svelte-check parse error.
This commit is contained in:
root
2026-04-08 14:45:56 +05:00
parent 3c33b22511
commit 06e1501b01

View File

@@ -1360,6 +1360,8 @@
{/if}
</div>
{/if}
{/if}
<!-- /playerStyle -->
<!-- ── Chapter picker overlay ─────────────────────────────────────────────────
Rendered as a top-level sibling (outside all player containers) so that