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