forgot videoId of chromecast on end

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-18 21:58:01 +01:00
parent 3e5eed4af5
commit fc27388534
5 changed files with 38 additions and 15 deletions

View File

@@ -57,6 +57,11 @@
overflow: hidden;
color: white;
display:flex;
flex-direction: column;
}
#duration{
text-align: center;
}
</style>
</head>
@@ -64,7 +69,7 @@
<div id="wrapper">
<div id="next_song">
<img id="next_pic" src="://" alt="kuk">
<div id="next_title">Coolest song</div>
<div id="next_title"><div id="duration">00:00/00:00</div><div id="next_title_content">Coolest song</div></div>
</div>
<img id="zoff-logo" class="center" src="squareicon_small.png" alt="logo">
<div id="player" class="hide"></div>