From bd5cc9164c55ce345b480063460990d0d9fed13a Mon Sep 17 00:00:00 2001 From: RePod Date: Fri, 6 Dec 2024 12:14:57 -0500 Subject: [PATCH] Update site.js --- js/site.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/site.js b/js/site.js index a020c9b..0cf483c 100644 --- a/js/site.js +++ b/js/site.js @@ -396,6 +396,10 @@ var rtv = { player.init(name); rtv.player.players.push(player); + if (playlist.info.hasOwnProperty("name")) { + document.title = `RTV | ${playlist.info.name}` + } + //TO-DO: Make configurable $("#container").append('
')