From a67c19f30fc9e7b3617b70f0daf61fafbc628f7f Mon Sep 17 00:00:00 2001 From: benonymity Date: Sat, 30 Apr 2022 15:01:27 -0400 Subject: [PATCH] Shorten play button text --- pages/item/_id.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/item/_id.vue b/pages/item/_id.vue index 58cc93b0..b3d61325 100644 --- a/pages/item/_id.vue +++ b/pages/item/_id.vue @@ -28,7 +28,7 @@
play_arrow - {{ isPlaying ? 'Playing' : 'Play Local' }} + {{ isPlaying ? 'Playing' : 'Play' }} auto_stories @@ -39,7 +39,7 @@
play_arrow - {{ isPlaying ? (isStreaming ? 'Streaming' : 'Playing') : hasLocal ? 'Play Local' : 'Play Stream' }} + {{ isPlaying ? (isStreaming ? 'Streaming' : 'Playing') : hasLocal ? 'Play' : 'Stream' }} auto_stories