Skip to content

Commit

Permalink
Fix The Large Scaled DDOS effect as well and fixed YouTube bug
Browse files Browse the repository at this point in the history
  • Loading branch information
snaildos committed Sep 5, 2021
1 parent f4b1f5e commit cee04a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,11 @@ <h4>Powered by <b>SnailDOS</b> team</h4>
class="hidden"
width="0" height="0"
poster="play.png"
data-setup='{ "techOrder": ["youtube"], "sources": [{ "type": "video/youtube", "src": "https://www.youtube.com/watch?v=PHLIsIAhQtc"}] }'
data-setup='{ "techOrder": ["youtube"], "sources": [{ "type": "video/youtube", "src": "https://www.youtube.com/watch?v=vce-j1f6CVQ"}] }'
>
</video>
<script>
var amogus = "https://www.youtube.com/watch?v=PHLIsIAhQtc"
var amogus = "https://www.youtube.com/watch?v=vce-j1f6CVQ"
videojs("vid1", {
controlBar: {
fullscreenToggle: false
Expand Down Expand Up @@ -347,7 +347,7 @@ <h2 class="noselect">Pause/Play:</h2>
axios.get('http://api.snaildos.com/radio').then((value) => {
document.getElementById('nowPlaying').innerText = value.data.playing || 'Nothing'
})
},5000);
},7000);
</script>

<div id="mySidenav" class="sidenav">
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SnailFM",
"version": "2.1.1",
"version": "2.1.2",
"description": "SnailFM-Application, Wonderful electro music in your ears! We provide the best nocopyright music made for your streams! If you are a streamer, please use StreamBop!",
"main": "main.js",
"repository": {
Expand Down

0 comments on commit cee04a8

Please sign in to comment.