From e0b9245ba3d7910be0f7af3c945e4e9393668f39 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Mon, 15 Jun 2026 10:54:49 -0700 Subject: [PATCH] video: Play button reads 'Play on ' (drop redundant text, better contrast) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The button showed the Plex logo AND the word 'Plex' ('[logo] Play on Plex'), all white on a bright green bg — cluttered + hard to read. Now it's '▶ Play on ' (the logo is the brand name) on a deeper green gradient so the light Plex/Jellyfin wordmark reads clearly. --- webui/static/video/video-detail.js | 12 ++++++++---- webui/static/video/video-side.css | 12 +++++++----- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/webui/static/video/video-detail.js b/webui/static/video/video-detail.js index fdf1ea8c..67a0c049 100644 --- a/webui/static/video/video-detail.js +++ b/webui/static/video/video-detail.js @@ -310,13 +310,17 @@ if (!a) return; var watching = !!d.monitored; var html = ''; - // Primary CTA: play it on your media server (owned items; arrives with extras). + // Primary CTA: play it on your media server (owned items; arrives with + // extras). The logo IS the brand name — "Play on " (no redundant word). if (d.server && d.server.url) { var sv = esc(d.server.server || 'Server'); var slogo = SERVER_LOGOS[d.server.server]; - html += '' + - (slogo ? '' : '') + - 'Play on ' + sv + ''; + var inner = slogo + ? 'Play on' + + '' + : 'Play on ' + sv + ''; + html += '' + inner + ''; } if (d.trailer && d.trailer.key) { html += '