Commit d57fefc3 authored by SpinShare's avatar SpinShare

fix stream overlay

parent b606773c
{
"name": "spinshare-client",
"version": "2.1.0",
"version": "2.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
......@@ -4,7 +4,7 @@
"description": "SpinSha.re Client",
"homepage": "https://spinsha.re",
"copyright": "Copyright © SpinSha.re",
"version": "2.2.0",
"version": "2.2.1",
"author": "SpinSha.re",
"private": true,
"scripts": {
......
......@@ -52,9 +52,7 @@
ssapi.getStreamStatus().then((data) => {
// Gracefully fail if Twitch API is ratelimited
if(data.status == 200) {
this.$data.streamStatus = data;
}
this.$data.streamStatus = data;
});
},
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