Commit d57fefc3 authored by SpinShare's avatar SpinShare

fix stream overlay

parent b606773c
{ {
"name": "spinshare-client", "name": "spinshare-client",
"version": "2.1.0", "version": "2.2.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "SpinSha.re Client", "description": "SpinSha.re Client",
"homepage": "https://spinsha.re", "homepage": "https://spinsha.re",
"copyright": "Copyright © SpinSha.re", "copyright": "Copyright © SpinSha.re",
"version": "2.2.0", "version": "2.2.1",
"author": "SpinSha.re", "author": "SpinSha.re",
"private": true, "private": true,
"scripts": { "scripts": {
......
...@@ -52,9 +52,7 @@ ...@@ -52,9 +52,7 @@
ssapi.getStreamStatus().then((data) => { ssapi.getStreamStatus().then((data) => {
// Gracefully fail if Twitch API is ratelimited // Gracefully fail if Twitch API is ratelimited
if(data.status == 200) {
this.$data.streamStatus = data; this.$data.streamStatus = data;
}
}); });
}, },
components: { components: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment