]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/services/Emby.vue
Update src/components/services/Emby.vue
[github/bastienwirtz/homer.git] / src / components / services / Emby.vue
index 8f2790be995514415ea07a40e229b17899d87833..25a26125acc00f54207ed27fc4892b54411fb2ea 100644 (file)
@@ -62,7 +62,7 @@ export default {
       this.fetch("/System/info/public")
         .then((response) => {
           if (response.Id) this.status = "running";
-          else this.status = "dead";
+          else  throw new Error();
         })
         .catch((e) => {
           console.log(e);