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:
@@ -1360,6 +1360,8 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
{/if}
|
||||||
|
<!-- /playerStyle -->
|
||||||
|
|
||||||
<!-- ── Chapter picker overlay ─────────────────────────────────────────────────
|
<!-- ── Chapter picker overlay ─────────────────────────────────────────────────
|
||||||
Rendered as a top-level sibling (outside all player containers) so that
|
Rendered as a top-level sibling (outside all player containers) so that
|
||||||
|
|||||||
Reference in New Issue
Block a user