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 += '