mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Showing title
This commit is contained in:
committed by
GitHub
parent
dbce64547f
commit
a898f418a7
@@ -143,7 +143,7 @@ var Player = {
|
||||
}
|
||||
break;
|
||||
case YT.PlayerState.PLAYING:
|
||||
if(embed) Helper.css("#song-title", "display", "none");
|
||||
if(embed) Helper.css("#song-title", "display", "block");
|
||||
if(videoSource == "soundcloud") {
|
||||
Player.player.stopVideo();
|
||||
//was_stopped = false;
|
||||
@@ -675,7 +675,7 @@ var Player = {
|
||||
|
||||
if(!client && !embed) {
|
||||
document.getElementById("host-title").innerText = title;
|
||||
}
|
||||
}
|
||||
document.getElementById("song-title").innerText = title;
|
||||
if(!client) document.getElementById("viewers").innerHTML = outPutWord + " " + v;
|
||||
document.getElementById("song-title").setAttribute("title", title);
|
||||
|
||||
Reference in New Issue
Block a user