+
{#if item.type === "wait" && item.overtime}
{#if item.overdue}
-
- You are OVERDUE to play a {$config.STOPSET_ENTITY_NAME}.
- Press play now.
+
+ You are OVERDUE to play a {$config.STOPSET_ENTITY_NAME}. Press play now.
{:else}
Play next {$config.STOPSET_ENTITY_NAME} now
@@ -57,9 +60,12 @@
{prettyDuration(asset.duration)}
{/each}
-
+
diff --git a/client/src/main/player/List.svelte b/client/src/main/player/List.svelte
index 4a06fe8f..e23c23a9 100644
--- a/client/src/main/player/List.svelte
+++ b/client/src/main/player/List.svelte
@@ -7,7 +7,7 @@
-
+
{#each items as item, index (item.generatedId)}
{@const isFirstItem = index === 0}
@@ -28,7 +28,7 @@
class:border-base-content={!isFirstItem || (!asset.finished && !asset.active)}
>
{#if $userConfig.uiMode > 0}
@@ -46,7 +46,11 @@
{/if}
-
+
{asset.rotator.name}
@@ -66,12 +70,12 @@
{:else if item.type === "wait"}
{#if $userConfig.uiMode > 0}