diff --git a/client/src/main/Header.svelte b/client/src/main/Header.svelte index 21ced28f..dfdaf9df 100644 --- a/client/src/main/Header.svelte +++ b/client/src/main/Header.svelte @@ -16,7 +16,7 @@
-
+
{$config.STATION_NAME}
diff --git a/client/src/main/Main.svelte b/client/src/main/Main.svelte index f82f9fb4..2c0d1aee 100644 --- a/client/src/main/Main.svelte +++ b/client/src/main/Main.svelte @@ -13,7 +13,9 @@
-
+
diff --git a/client/src/main/player/Bar.svelte b/client/src/main/player/Bar.svelte index 3f5b142a..4c72ac5c 100644 --- a/client/src/main/player/Bar.svelte +++ b/client/src/main/player/Bar.svelte @@ -15,12 +15,15 @@
-
+
{#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 @@ -