Update src/components/services/Emby.vue

Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
pull/410/head
SouLSLayeR 2022-04-01 00:07:02 +03:00 committed by GitHub
parent cd1fc28f51
commit 1275a8cce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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);