Skip to content

Commit

Permalink
Remove muted, and patch with new stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
snaildos committed Apr 7, 2021
1 parent d03eb43 commit 50eb496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<head>
<script>
window.jQuery = window.$ = require('jquery');
const loudness = require('loudness')
const axios = require('axios')
</script>
<script>
Expand Down Expand Up @@ -358,11 +357,11 @@ <h2>SnailFM Settings</h2>
{
if(document.getElementById("1").value=="OFF"){
document.getElementById("1").value="ON";
loudness.setMuted(false)}
player.play()}

else if(document.getElementById("1").value=="ON"){
document.getElementById("1").value="OFF";
loudness.setMuted(true)}
player.pause())}
}
</script>
<body>
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SnailFM",
"version": "1.0.8",
"version": "1.0.9",
"description": "SnailFM-Application is a application too view SnailFM.",
"main": "main.js",
"repository": {
Expand All @@ -26,7 +26,6 @@
"electron-updater": "^4.0.6",
"isdev": "^1.0.1",
"jquery": "^3.6.0",
"loudness": "^0.4.0",
"register-scheme": "^0.0.2",
"utf-8-validate": "^5.0.4"
}
Expand Down

0 comments on commit 50eb496

Please sign in to comment.