mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-20 16:29:35 +00:00
Unmute?
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col l6 s12">
|
<div class="col l6 s12">
|
||||||
<h5 class="white-text">Zöff</h5>
|
<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">
|
<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,
|
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.
|
with billions of videos and songs to choose from, all for free and without registration.
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ function initYoutubeControls(player)
|
|||||||
//initSlider();
|
//initSlider();
|
||||||
durationFixer = setInterval(durationSetter, 1000);
|
durationFixer = setInterval(durationSetter, 1000);
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
tag = document.createElement('script');
|
tag = document.createElement('script');
|
||||||
tag.src = "https://www.youtube.com/iframe_api";
|
tag.src = "https://www.youtube.com/iframe_api";
|
||||||
firstScriptTag = document.getElementsByTagName('script')[0];
|
firstScriptTag = document.getElementsByTagName('script')[0];
|
||||||
@@ -101,7 +101,7 @@ function initSlider()
|
|||||||
setVolume(ui.value);
|
setVolume(ui.value);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
ytplayer.mute();
|
//ytplayer.mute();
|
||||||
$("#volume").slider("value", ytplayer.getVolume());
|
$("#volume").slider("value", ytplayer.getVolume());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user