diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-08-06 13:05:44 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-08-06 13:05:44 +0100 |
| commit | 0d5ded0d83c72060da6ea17163f39406eab5b043 (patch) | |
| tree | 5122b1864a366ba2ffcfeb50b6c7083cc881d7cf | |
| parent | 31569d1a78a0731ef9efc7d462ec39acd428d588 (diff) | |
Set correct websocket protocol
| -rw-r--r-- | static/scripts/spotify.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/scripts/spotify.js b/static/scripts/spotify.js index 7c62150..662e833 100644 --- a/static/scripts/spotify.js +++ b/static/scripts/spotify.js @@ -2,7 +2,7 @@ const connectedColor = '#2ECC40'; const connectingColor = '#FF851B'; const disconnectedColor = '#FF4136'; -const websocketUrl = 'ws://wailt.leonardobishop.com/'; +const websocketUrl = 'wss://wailt.leonardobishop.com/'; let progressMillis; let durationMillis; |
