aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/components/services/Emby.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/Emby.vue b/src/components/services/Emby.vue
index 98b7ed3..8f2790b 100644
--- a/src/components/services/Emby.vue
+++ b/src/components/services/Emby.vue
@@ -59,7 +59,7 @@ export default {
59 }, 59 },
60 methods: { 60 methods: {
61 fetchServerStatus: async function () { 61 fetchServerStatus: async function () {
62 await this.fetch("/System/info/public") 62 this.fetch("/System/info/public")
63 .then((response) => { 63 .then((response) => {
64 if (response.Id) this.status = "running"; 64 if (response.Id) this.status = "running";
65 else this.status = "dead"; 65 else this.status = "dead";