Skip to content

Commit

Permalink
Update site.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RePod authored Dec 6, 2024
1 parent 884163c commit bd5cc91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -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('<div id="chat" class="closed"><iframe data-src="'+player.cache.info.chat+'"></iframe></div>')

Expand Down

0 comments on commit bd5cc91

Please sign in to comment.