Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Update socket.io packages to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 21, 2020
1 parent 90608f2 commit 11f5b26
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 128 deletions.
2 changes: 1 addition & 1 deletion actions/spotify/connector.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.1.0/socket.io.js" integrity="sha256-Thm9kMI2BQKxVnCWipQIGeb8QVl2lohO+WWWfCiF8b0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.js" integrity="sha256-bQmrZe4yPnQrLTY+1gYylfNMBuGfnT/HKsCGX+9Xuqo=" crossorigin="anonymous"></script>
<script type="text/javascript">
const socket = io()('http://192.168.178.74');
socket.on('songUpdate', (json) => {
Expand Down
Loading

0 comments on commit 11f5b26

Please sign in to comment.