mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Unmute?
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<div class="row">
|
||||
<div class="col l6 s12">
|
||||
<h5 class="white-text">Zöff</h5>
|
||||
<p class="grey-text text-lighten-4">The shared youtube radio</p>
|
||||
<p class="grey-text text-lighten-4">The shared YouTube radio</p>
|
||||
<p class="grey-text text-lighten-4">
|
||||
Being built around the youtube search and video API
|
||||
Being built around the YouTube search and video API
|
||||
it enables the creation of collaboratiive and shared live playlists,
|
||||
with billions of videos and songs to choose from, all for free and without registration.
|
||||
<br>
|
||||
|
||||
@@ -6,7 +6,7 @@ function initYoutubeControls(player)
|
||||
//initSlider();
|
||||
durationFixer = setInterval(durationSetter, 1000);
|
||||
}else
|
||||
{
|
||||
{
|
||||
tag = document.createElement('script');
|
||||
tag.src = "https://www.youtube.com/iframe_api";
|
||||
firstScriptTag = document.getElementsByTagName('script')[0];
|
||||
@@ -101,7 +101,7 @@ function initSlider()
|
||||
setVolume(ui.value);
|
||||
}
|
||||
});
|
||||
ytplayer.mute();
|
||||
//ytplayer.mute();
|
||||
$("#volume").slider("value", ytplayer.getVolume());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user